IEmSections.Id

Fore syntax

Id(Index: Integer): String;

Fore.NET syntax

Id[Index: integer]: string;

Parameters

Index. Report section index.

Description

The Id property returns report section identifier.

Comments

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

Report section name is returned by the IEmSections.Name property.

Fore and Fore.NET examples

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

See also:

IEmSections