Udostępnij za pośrednictwem


Właściwość QueryParameter.ValidValuesDataSet

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property ValidValuesDataSet As DataSet
    Get
    Set
'Użycie
Dim instance As QueryParameter
Dim value As DataSet

value = instance.ValidValuesDataSet

instance.ValidValuesDataSet = value
public DataSet ValidValuesDataSet { get; set; }
public:
property DataSet^ ValidValuesDataSet {
    DataSet^ get ();
    void set (DataSet^ value);
}
member ValidValuesDataSet : DataSet with get, set
function get ValidValuesDataSet () : DataSet
function set ValidValuesDataSet (value : DataSet)

Wartość właściwości

Typ: Microsoft.ReportingServices.RdlObjectModel.DataSet
A DataSet obiektu.