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