ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / DefaultValue Class / DataSetReference Property

In This Topic
    DataSetReference Property (DefaultValue)
    In This Topic
    Gets the DefaultValue.DataSetReference object defining the query to execute to obtain the default value(s) for the ReportParameter. For single-value parameters, the default is the first value of the DataSetReference.ValueField. For multivalue parameters, the default is all values of the DataSetReference.ValueField.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataSetReference As DataSetReference
    public DataSetReference DataSetReference {get;}
    See Also