Skip to main content
All docs
V23.2

ReportSerializeHelper(Object) 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
)

Parameters

Name Type
rootObj Object
See Also