ComponentOne Reports for WPF
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 DataSetReference.ValueField is used. Not used for ReportParameter.DefaultValue.
    Syntax
    'Declaration
     
    Public Property LabelField As String
    public string LabelField {get; set;}
    See Also