SharedDataSet Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
SharedDataSet() | |
SharedDataSet(DataSet, String, String, String) |
SharedDataSet()
public:
SharedDataSet();
public SharedDataSet ();
Public Sub New ()
Aplica-se a
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)
Parâmetros
- dataSet
- DataSet
- description
- String
- dataSourceReference
- String
- reportServerUrl
- String