ReportManagerService.ViewModel Property
Gets the service’s ViewModel of a helper ReportManagerServiceViewModel class.
Namespace: DevExpress.Xpf.Reports.UserDesigner.Extensions
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
Type | Description |
---|---|
ReportManagerServiceViewModel | A ReportManagerServiceViewModel instance representing the service’s ViewModel. |
Remarks
ReportManagerServiceViewModel provides a list of reports via the Reports collection property whose items are represented by ReportInfoViewModel, and also provides several commands for common operations:
- ShowReportWizardCommand - show a dialog to create a new report. The dialog allows end-users to specify a color theme for the resulting report, the paper size and paper orientation.
- ShowReportPreviewCommand - show the Report Designer in a new window with its Preview tab open. The report to preview is specified via the command parameter which can be of type XtraReport or ReportInfo.
- EditReportCommand - show the Report Designer in a new window. The report to preview is specified via the command parameter which can be of type XtraReport or ReportInfo.
See Also