StartReportStart Method

Sets up variables for report, create report thread and start it

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static void Start(
	string rptClass,
	Object parms
)

Parameters

rptClass  String
The full Namespace of the report object to process
parms  Object
Array of arguments that match a constructor in the report object

See Also