IDataSourceGeneralPage.LoadSharedDataSources(DataSource, Report) Method

Definition

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

Applies to