SRSReportDataProviderBase.processReport Method [AX 2012]

Processes the report business logic.

Syntax

public void processReport()

Run On

Server

Remarks

Provides the ability to write the report business logic. This method will be called by SSRS at runtime. The method should compute data and populate the data tables that will be returned to SSRS.

Note that this is a framework class. Customizing this class may cause problems with future upgrades to the software.

See Also

Reference

SRSReportDataProviderBase Class