ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataSetReference Class / LabelField Property

In This Topic
    LabelField Property (DataSetReference)
    In This Topic

    Gets or sets name of the field to use for the value displayed to the user for the selection.

    Syntax
    'Declaration
     
    Public Property LabelField As String
    public string LabelField {get; set;}

    Property Value

    A String representing the name of the field to use for the value displayed to the user for the selection.

    See Also