Share via


BankBorderoDP_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 and is called by Microsoft SQL Server Reporting Services at run time. This 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 with future upgrades to the software.

See Also

Reference

BankBorderoDP_BR Class