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

DevExpress.Xpf.Reports.UserDesigner.Extensions Namespace

In This Article

Contains classes and interfaces that enable Report Wizard customization.

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

NuGet Package: DevExpress.Wpf.Reporting

#Classes

Name Description
GridReportManagerService Allows you to export data from a GridControl using the XtraReports suite.
IReportManagerServiceExtensions static Provides extension methods for IReportManagerService implementation to manage reports.
ReportInfo Provides information that is used to identify the report in the service store
ReportInfoViewModel Provides commands to manage the service’s reports.
ReportManagerBehavior Allows you to create a BarSplitButtonItem customized with common report operations.
ReportManagerService The base class for report manager services.
ReportManagerServiceViewModel Provides a list of reports and commands to manage reports.
StandaloneReportManagerService Allows you to export data from any appropriate data source supported by XtraReport.

#Interfaces

Name Description
IReportManagerService Provides methods to convert data from a data grid (for GridReportManagerService) or a data source (for StandaloneReportManagerService) into a report.