Id(Index: Integer): String;
Id[Index: integer]: string;
Index. Report section index.
The Id property returns report section identifier.
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.
The property use is given in the example for IEmStatisticsSettings.Add.
See also: