Sdílet prostřednictvím


QueryParameter.ValidValuesDataSet Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the valid values in the data set.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property ValidValuesDataSet As DataSet 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.DataSet
The valid values in the data set.

See Also

Reference

QueryParameter Class

Microsoft.ReportingServices.RdlObjectModel Namespace