Skip to main content

IReportManagerServiceExtensions.ShowReportWizard(IReportManagerService) Method

Shows a dialog to create a new report.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public static void ShowReportWizard(
    this IReportManagerService self
)

Parameters

Name Type Description
self IReportManagerService

The type the static extension method operates with.

Remarks

The dialog allows end-users to specify a color theme for the resulting report, the paper size and paper orientation.

See Also