IHostManagementViewsWizardReport Method

Display the report wizard.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
ITask WizardReport(
	int idReport,
	List<DataField> parameters = null
)

Parameters

idReport  Int32
Report identifier.
parameters  ListDataField  (Optional)
List<DataField> with the default values for report parameters.

Return Value

ITask
ITask with The started task.

See Also