IEmSections.IsTurnedOn

Fore syntax

IsTurnedOn(Index: Integer): Boolean;

Fore.NET syntax

IsTurnedOn[Index: integer]: boolean;

Parameters

Index. Report section index.

Description

The IsTurnedOn property returns whether section is displayed in the report.

Comments

The number of sections is returned by the IEmSections.Count property. Indexation of the report sections is continuous and starts from zero.

The IEmSections.IsEnabled property returns whether section can be displayed in the report. Report sections set is determined by the IEmMethodSettings.Format property.

Fore and Fore.NET examples

The property use is given in the example for IEmStatisticsSettings.Add.

See also:

IEmSections