Skip to main content
All docs
V26.1
  • IReportJsonSerializer.DeserializeFromJson(String) Method

    Converts the specified string to the XtraReport object.

    Namespace: DevExpress.XtraReports.Web.ReportDesigner.Services

    Assembly: DevExpress.XtraReports.v26.1.Web.dll

    NuGet Package: DevExpress.Web.Reporting.Common

    Declaration

    XtraReport DeserializeFromJson(
        string reportJson
    )

    Parameters

    Name Type Description
    reportJson String

    A string that is the report layout in JSON format.

    Returns

    Type Description
    XtraReport

    A report instance.

    See Also