IDataSourceGeneralPage.LoadSharedDataSources(DataSource, Report) 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:
void LoadSharedDataSources(Microsoft::ReportingServices::RdlObjectModel::DataSource ^ dataSourceToSelect, Microsoft::ReportDesigner::Report ^ report);
public void LoadSharedDataSources(Microsoft.ReportingServices.RdlObjectModel.DataSource dataSourceToSelect, Microsoft.ReportDesigner.Report report);
abstract member LoadSharedDataSources : Microsoft.ReportingServices.RdlObjectModel.DataSource * Microsoft.ReportDesigner.Report -> unit
Public Sub LoadSharedDataSources (dataSourceToSelect As DataSource, report As Report)
Parameters
- dataSourceToSelect
- DataSource
- report
- Report