Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / DataSetReference Class / LabelField Property

In This Topic
    LabelField Property
    In This Topic
    Gets or sets the name of the field to use for the value to display to the user for the selection. If not supplied or the returned value is null, the value in the ValueField is used. Not used for DefaultValue.
    Syntax
    'Declaration
     
    Public Property LabelField As String
    public string LabelField {get; set;}
    See Also