Label Property (ReportSection)
Gets or sets a label to identify an instance of a report section within the client UI, providing a user-friendly label in the Document Map or in Dashboard tabs.
Property Value
An
GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object representing the label for the report section.
ReportSection section = new ReportSection();
section.Label = ExpressionInfo.FromString("Section Label");