Share via


FBAssessmentBookISSAcquiredServiceDP_BR.processReport Method [AX 2012]

Processes the report business logic.

Syntax

public void processReport()

Run On

Server

Remarks

This method lets you write the report business logic. This method is called by Microsoft SQL Server Reporting Services at run time. The method should compute data and populate the data tables that will be returned to Reporting Services. Note that this is a framework class. Customizing this class could cause issues in future upgrades to the software.

See Also

Reference

FBAssessmentBookISSAcquiredServiceDP_BR Class