Assembly: Web;
Namespace: Prognoz.Platform.Interop.Web;
The IWebApplicationReportSettings interface determines parameters for displaying reports and their objects.
IWebApplicationReportSettings
Settings determined by the IWebApplication interface overwrite settings determined for the web application through XML file and Web.config.
Restart Internet Information Services to apply settings in the web application.
NOTE. The Web assembly is outdated and is supported in previous versions only.
Property name | Brief description | |
ChartFormat | The ChartFormat property sets a format of web application chart. | |
DataSourceData_ReadOnly | The DataSourceData_ReadOnly property determines the possibility of data editing in reports. | |
EnableFixedHeaders | The EnableFixedHeaders property determines whether fixing of table rows headers and columns headers is used in express reports, regular reports and time series databases. | |
FlashAsImages | The FlashAsImages property determines whether to export regular report Flash-objects as an image. | |
MapFormat | The MapFormat property determines a display format for web application map. | |
ObjectImageFormat | The ObjectImageFormat property determines format for web application object. | |
SheetFormat | The SheetFormat property determines appearance of express report tables, regular report tables and time series database tables. |
See also:
Related work items