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

In This Topic
    DataSetReference Property (DefaultValue)
    In This Topic
    Gets the 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 ValueField. For multivalue parameters, the default is all values of the ValueField.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataSetReference As DataSetReference
    public DataSetReference DataSetReference {get;}
    See Also