Skip to main content
All docs
V23.2

ReportSerializeHelper(Object, SerializationContext) Constructor

Initializes a new instance of the ReportSerializeHelper class with specified settings.

Namespace: DevExpress.XtraReports.Serialization

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ReportSerializeHelper(
    object rootObj,
    SerializationContext context
)

Parameters

Name Type
rootObj Object
context DevExpress.Utils.Serializing.Helpers.SerializationContext
See Also