ActiveReports 12
Label Property (ReportItem)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItem Class : Label Property

Gets or sets a label to identify an instance of a report item within the client UI (to provide a user-friendly label for searching or to appear in the Document Map).

Syntax
'Declaration
 
Public Property Label As ExpressionInfo
public ExpressionInfo Label {get; set;}

Property Value

An  ExpressionInfo object containing a label to identify an instance of a report control within the client UI.

Remarks

Hierarchical listings of report items and group labels within the UI (the Document Map) reflect the object containment hierarchy in the report definition. Peer items are listed in left-to-right, top-to-bottom order.

If the expression returns null, no item is added to the Document Map.

Labels are not used for report items in the page header or footer.

See Also

Reference

ReportItem Class
ReportItem Members