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

In This Topic
    LabelField Property
    In This Topic
    Gets or sets a name of the field to use for the value displayed to the user for selection.
    Syntax
    'Declaration
     
    Public Property LabelField As String
    public string LabelField {get; set;}

    Property Value

    A System.String value indicating the name of the field to use for the value displayed to the user for selection.
    Remarks

    If this property is not supplied, or if the returned value is null, the value in the ValueField is used.

    This property is not used for the DefaultValue.

    See Also