Share via


TaxSpecPerLedgerTransDP.processReport Method [AX 2012]

Processes the report business logic.

Syntax

public void processReport()

Run On

Server

Remarks

This method calls the controller methods and inserts the data into the TaxSpecPerLedgerTransTmp table.

It provides the ability to write the report business logic. This method is called by Microsoft SQL Server Reporting Services at runtime. The method should compute the data and populate the data tables to be returned to Reporting Services.

See Also

Reference

TaxSpecPerLedgerTransDP Class