Share via


IntrastatFormLetterDPFR.processReport Method [AX 2012]

Processes the report business logic.

Syntax

public void processReport()

Run On

Server

Remarks

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

See Also

Reference

IntrastatFormLetterDPFR Class