[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportSection.Label

Label Property

Label

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.

Declaration
public ExpressionInfo Label { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object representing the label for the report section.

Examples
ReportSection section = new ReportSection();
section.Label = ExpressionInfo.FromString("Section Label");