IHostManagementViewsWizardReport Method
Display the report wizard.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
ITask WizardReport(
int idReport,
List<DataField> parameters = null
)
Function WizardReport (
idReport As Integer,
Optional parameters As List(Of DataField) = Nothing
) As ITask
- idReport Int32
- Report identifier.
- parameters ListDataField (Optional)
- List<DataField> with the default values for report parameters.
ITaskITask with The started task.