IWebApplicationReportSettings.EnableFixedHeaders

Fore Syntax

EnableFixedHeaders: TriState;

Fore.NET Syntax

EnableFixedHeaders: Prognoz.Platform.Interop.ForeSystem.;

Description

The EnableFixedHeaders property determines whether fixing of table rows headers and columns headers is used in express reports, regular reports and time series databases.

Review

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:

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.

Fore and Fore.NET Example

The property use is given for IWebApplicationReportSettings.ChartFormat.

See also:

IWebApplicationReportSettings