IAdministerSystemRunReport Method

Initiate a report or recover a report with recovery information available.

Namespace:  Unisys.AgileBusiness.RuntimeAPI
Assembly:  Unisys.AgileBusiness.RuntimeAPI (in Unisys.AgileBusiness.RuntimeAPI.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax

StatusInfo RunReport(
	string reportName,
	RuntimeCallBack callBack,
	string recoveryKey = "",
	bool waitForReportCompletion = true,
	string parameter = "",
	string device = "LP",
	string language = "",
	ReportPrintExecutionType printType = ReportPrintExecutionType.PrintTypeDefault
)

Parameters

reportName
Type: SystemString
Report name
callBack
Type: Unisys.AgileBusiness.RuntimeAPIRuntimeCallBack
RuntimeCallBack object
recoveryKey (Optional)
Type: SystemString
Recovery key to recover the report
waitForReportCompletion (Optional)
Type: SystemBoolean
Boolean to indicate whether to wait for report completion
parameter (Optional)
Type: SystemString
Parameter to pass to the report
device (Optional)
Type: SystemString
Device type
language (Optional)
Type: SystemString
Language defined for the application
printType (Optional)
Type: Unisys.AgileBusiness.RuntimeAPIReportPrintExecutionType
Report Print Type

Return Value

Type: StatusInfo
StatusInfo Object
See Also