ActiveReports Developer 7
Label Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItem Class : Label Property

Glossary Item Box

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

Visual Basic (Declaration) 
Public Property Label As ExpressionInfo
C# 
public ExpressionInfo Label {get; set;}

Property Value

An  ExpressionInfo object containing a label to identify an instance of a report item 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