IEmSections.Name

Fore syntax

Name(Index: Integer): String;

Fore.NET syntax

Name[Index: integer]: string;

Parameters

Index. Report section index.

Description

The Name property returns report section name.

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 identifier is returned by the IEmSections.Id property.

Fore and Fore.NET examples

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

See also:

IEmSections