Share via


SRSReportProviderMetadata.getReportSchema Method [AX 2012]

Retrieves the report schema that will be used by SSRS to bind to dataset.

Syntax

public SRSReportSchema getReportSchema(SRSReportDataProvider _reportProviderInstance)

Run On

Called

Parameters

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.

See Also

Reference

SRSReportProviderMetadata Class