ReportDesignerBase.ReportSerializer Property
Specifies a report serializer for the End-User Report Designer.
Namespace: DevExpress.Xpf.Reports.UserDesigner
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Property Value
Type | Description |
---|---|
IReportSerializer | An object implementing the IReportSerializer interface. |
Remarks
This property gets or sets an object that provides functionality to save or load a report from a stream.
Implements
See Also