Skip to main content
All docs
V26.1
  • ReportSerializeHelper(Object, SerializationContext) Constructor

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

    Namespace: DevExpress.XtraReports.Serialization

    Assembly: DevExpress.XtraReports.v26.1.dll

    Declaration

    public ReportSerializeHelper(
        object rootObj,
        SerializationContext context
    )

    Parameters

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