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.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public DataSetReference DataSetReference { get; }
Visual Basic
Public ReadOnly Property DataSetReference As DataSetReference
	Get

See Also