ActiveReports Developer 7
Name Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataValue Class : Name Property

Glossary Item Box

Gets or sets the name for the data value.

Syntax

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

Property Value

An ExpressionInfo object containing the name expression.

See Also