EnableFixedHeaders: TriState;
EnableFixedHeaders: Prognoz.Platform.Interop.ForeSystem.;
The EnableFixedHeaders property determines whether fixing of table rows headers and columns headers is used in express reports, regular reports and time series databases.
The setting use is relevant if HTML is selected as a table format (SheetFormat). This attribute has no effect when another format is used. When the option is on (OnOption), settings of headers fixing are taken from settings of published report. Fixed headers are always displayed on the screen while scrolling data by rows or columns.
Fixing of headers:
For published express report "Table - Model - Headers fixing" is set on the commands ribbon.
For published regular report "View - Fix areas" is set on the commands ribbon.
For published time series database is enabled by default (cannot be set through interface).
The property value overwrites value of the enableFixedHeaders attribute set in Web.config.
NOTE. The Web assembly is outdated and is supported in previous versions only.
The property use is given for IWebApplicationReportSettings.ChartFormat.
See also: