ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataValue Class / Name Property

In This Topic
    Name Property (DataValue)
    In This Topic

    Gets or sets the name for the data value.

    Syntax
    'Declaration
     
    Public Property Name As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo Name {get; set;}

    Property Value

    An ExpressionInfo object containing the name expression.

    See Also