SharedDataSet Constructors
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.
Overloads
SharedDataSet() | |
SharedDataSet(DataSet, String, String, String) |
SharedDataSet()
public:
SharedDataSet();
public SharedDataSet ();
Public Sub New ()
Applies to
SharedDataSet(DataSet, String, String, String)
public:
SharedDataSet(Microsoft::ReportingServices::RdlObjectModel::DataSet ^ dataSet, System::String ^ description, System::String ^ dataSourceReference, System::String ^ reportServerUrl);
public SharedDataSet (Microsoft.ReportingServices.RdlObjectModel.DataSet dataSet, string description, string dataSourceReference, string reportServerUrl);
new Microsoft.ReportingServices.RdlObjectModel.SharedDataSets.SharedDataSet : Microsoft.ReportingServices.RdlObjectModel.DataSet * string * string * string -> Microsoft.ReportingServices.RdlObjectModel.SharedDataSets.SharedDataSet
Public Sub New (dataSet As DataSet, description As String, dataSourceReference As String, reportServerUrl As String)
Parameters
- dataSet
- DataSet
- description
- String
- dataSourceReference
- String
- reportServerUrl
- String