IReportManagerService.ShowReport(XtraReport, ReportInfo, Boolean, Boolean, Boolean) Method
Shows the specified report in the Report Designer.
Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions
Assembly: DevExpress.Xpf.ReportDesigner.v25.1.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