Report.GetDataSetByName(String) Method
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.
Accesses a dataset by using the name.
public:
Microsoft::ReportingServices::RdlObjectModel::DataSet ^ GetDataSetByName(System::String ^ name);
public Microsoft.ReportingServices.RdlObjectModel.DataSet GetDataSetByName (string name);
member this.GetDataSetByName : string -> Microsoft.ReportingServices.RdlObjectModel.DataSet
Public Function GetDataSetByName (name As String) As DataSet
Parameters
- name
- String
The dataset name.
Returns
The accessed dataset.