[]
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.
public ExpressionInfo Label { get; set; }
Type | Description |
---|---|
ExpressionInfo | An ExpressionInfo object representing the label for the report section. |
ReportSection section = new ReportSection();
section.Label = ExpressionInfo.FromString("Section Label");