ValidValues.DataSetReference Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a dataset that contains a list of valid parameter values or a default parameter.
public:
property Microsoft::ReportingServices::RdlObjectModel::DataSetReference ^ DataSetReference { Microsoft::ReportingServices::RdlObjectModel::DataSetReference ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::DataSetReference ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.DataSetReference DataSetReference { get; set; }
member this.DataSetReference : Microsoft.ReportingServices.RdlObjectModel.DataSetReference with get, set
Public Property DataSetReference As DataSetReference
Property Value
A DataSetReference object.