SharedDataSetDesignerQueryPresenter.Initialize 方法

定义

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

参数

report
Report
dataSource
DataSource
sharedDataSet
SharedDataSet

返回

适用于