ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / LabelData Class / Label Property

In This Topic
    Label Property (LabelData)
    In This Topic
    Gets or sets the field name in the dataset to be displayed as navigation labels.
    Syntax
    'Declaration
     
    Public Property Label As String
    public string Label {get; set;}
    See Also