StartReportReportThread Method
This is the entry point for the report thread
Notice that it instantiates the class for the report
and calls the abstract method Process which must, of course,
exist in the report class and be the starting method there.
Namespace: MbcsCentralAssembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
private static void ReportThread(
Object data
)
Parameters
- data Object
- Array of arguments for the report object.
The first argument is the name of the report class to process.