SharedDataSetDesignerQueryPresenter.Initialize 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.
public:
bool Initialize(Microsoft::ReportDesigner::Report ^ report, Microsoft::ReportingServices::RdlObjectModel::DataSource ^ dataSource, Microsoft::ReportingServices::RdlObjectModel::SharedDataSets::SharedDataSet ^ sharedDataSet);
public bool Initialize (Microsoft.ReportDesigner.Report report, Microsoft.ReportingServices.RdlObjectModel.DataSource dataSource, Microsoft.ReportingServices.RdlObjectModel.SharedDataSets.SharedDataSet sharedDataSet);
member this.Initialize : Microsoft.ReportDesigner.Report * Microsoft.ReportingServices.RdlObjectModel.DataSource * Microsoft.ReportingServices.RdlObjectModel.SharedDataSets.SharedDataSet -> bool
Public Function Initialize (report As Report, dataSource As DataSource, sharedDataSet As SharedDataSet) As Boolean
Parameters
- report
- Report
- dataSource
- DataSource
- sharedDataSet
- SharedDataSet