IReportManagement.ResolveDataSource(DataSource, Boolean) 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:
Microsoft::ReportingServices::RdlObjectModel::DataSource ^ ResolveDataSource(Microsoft::ReportingServices::RdlObjectModel::DataSource ^ dataSource, bool throwOnError);
public Microsoft.ReportingServices.RdlObjectModel.DataSource ResolveDataSource (Microsoft.ReportingServices.RdlObjectModel.DataSource dataSource, bool throwOnError);
abstract member ResolveDataSource : Microsoft.ReportingServices.RdlObjectModel.DataSource * bool -> Microsoft.ReportingServices.RdlObjectModel.DataSource
Public Function ResolveDataSource (dataSource As DataSource, throwOnError As Boolean) As DataSource
Parameters
- dataSource
- DataSource
- throwOnError
- Boolean