Skip to main content
All docs
V25.1
  • ReportSerializeHelper(Object) Constructor

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

    Namespace: DevExpress.XtraReports.Serialization

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public ReportSerializeHelper(
        object rootObj
    )

    Parameters

    Name Type
    rootObj Object
    See Also