IEmSections.IsEnabled

Fore syntax

IsEnabled(Index: Integer): Boolean;

Fore.NET syntax

IsEnabled[Index: integer]: boolean;

Parameters

Index. Report section index.

Description

The IsEnabled property returns whether report section can be displayed.

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.IsTurnedOn property returns whether section is 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