ActiveReports 8
Label Property
See Also 
GrapeCity.ActiveReports.v8 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 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also