DevExpress.XtraReports.Web.ReportDesigner.Services Namespace
Contains services that enable you to provide specific functionality to the Web Report Designer.
Assembly: DevExpress.XtraReports.v24.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Classes
Name | Description |
---|---|
PreviewReportCustomizationService | Enables you to customize the current report and assign a CachedReportSourceWeb object when the Report Designer is about to be switched to the Preview tab. |
RefreshFieldListService | Enables you to specify options that affect how the Field List is refreshed. |
ReportDesignerExceptionHandler | Enables you to handle server-side errors in the Web Report Designer. |
ReportWizardCustomizationService | Allows you to customize the report created in the Report Designer. |
ReportWizardTemplateCollection | Contains report templates displayed in the Report Wizard. |
Interfaces
Name | Description |
---|---|
IErrorFilteringService | Allows you to filter messages shown in the Error List panel (Report Designer) |
IErrorJsonSerializer | Serializes errors that occur on the server to send them to the client. |
IFormatStringStorage | Allows you to add a custom format string to the DateTime format string list displayed in the Format String editor. |
IReportDesignerExceptionHandler | Enables you to handle server-side errors in the Web Report Designer. |
IReportDesignerModelBuilder | A builder for the Web Report Designer. |
IReportDesignerModelSerializer | |
IReportJsonSerializer | A service that serializes a report to JSON and deserializes JSON to report. |