General
Custom Implementations
All reporting functionality is executed through the default implementation of ISalReport interface, in PPJ.Runtime.Reports. It is possible to change the default implementation by assigning the static property Sal.SalReportType.
Example:
Having a single interface for reporting functionality, allows for custom implementation to be added in independent modules without changing the ported application.
Multiple reporting systems can also be mixed and used at the same time but changing the Sal.SalReportType property before calling report creation methods.
Details about the implementation of ISalReport interface are in the PPJ Framework Reference.
Debugging
With the PPJ framework you can retrieve the SalReport object from the window
handle return by SalReportPreview or the handle passed to SAM_ReportStart (wParam):
Then you can retrieve the code report object:
This allows you to manipulate the core engine directly.
Last updated