Skip to main content
A newer version of this page is available. .

ReportDesignerBase.ReportSerializer Property

Specifies a report serializer for the End-User Report Designer.

Namespace: DevExpress.Xpf.Reports.UserDesigner

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

Declaration

public IReportSerializer ReportSerializer { get; set; }

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