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

In This Topic
    Name Property (DataValue)
    In This Topic
    Gets or sets a name expression for the data value.
    Syntax
    'Declaration
     
    Public Property Name As ExpressionInfo
    public ExpressionInfo Name {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object containing the name expression.
    See Also