Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IReportManagerService.ShowReport(XtraReport, ReportInfo, Boolean, Boolean, Boolean) Method

In This Article

Shows the specified report in the Report Designer.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions

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

NuGet Package: DevExpress.Wpf.Reporting

#Declaration

void ShowReport(
    XtraReport report,
    ReportInfo info,
    bool forcePreview,
    bool forceEdit,
    bool showWizard
)

#Parameters

Name Type Description
report XtraReport

An object specifying the report.

info ReportInfo

An object specifying the report.

forcePreview Boolean

True, to show the report in the Report Designer‘s preview mode; otherwise, either in the default or in the edit mode.

forceEdit Boolean

True, to show the report in the Report Designer‘s edit mode; otherwise, either in the default or in the preview mode.

showWizard Boolean

True, to show the Report Wizard, otherwise, false.

See Also