Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the report schema that will be used by SSRS to bind to dataset.
Syntax
public SRSReportSchema getReportSchema(SRSReportDataProvider _reportProviderInstance)
Run On
Called
Parameters
- _reportProviderInstance
Type: SRSReportDataProvider Interface
Return Value
Type: SRSReportSchema Class
The SRSReportSchema instance that represents the dataset schemas.
Remarks
This provides the metadata on the schema of the report. The report schema can contain various data tables that provide data for the report.
A SSRS designer uses this to bind the data to the SSRS dataset.