Skip to main content
A newer version of this page is available. .

ReportServiceController.ShowWizard(Type) Method

Invokes the Report Wizard.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v18.2.dll

Declaration

public void ShowWizard(
    Type reportDataType
)

Parameters

Name Type Description
reportDataType Type

A Type of the report object to be generated by the Report Wizard.

See Also