Back to Devexpress

IReportJsonSerializer.DeserializeFromJson(String) Method

xtrareports-devexpress-dot-xtrareports-dot-web-dot-reportdesigner-dot-services-dot-ireportjsonserializer-dot-deserializefromjson-x28-system-dot-string-x29.md

latest1.6 KB
Original Source

IReportJsonSerializer.DeserializeFromJson(String) Method

Converts the specified string to the XtraReport object.

Namespace : DevExpress.XtraReports.Web.ReportDesigner.Services

Assembly : DevExpress.XtraReports.v25.2.Web.dll

NuGet Package : DevExpress.Web.Reporting.Common

Declaration

csharp
XtraReport DeserializeFromJson(
    string reportJson
)
vb
Function DeserializeFromJson(
    reportJson As String
) As XtraReport

Parameters

NameTypeDescription
reportJsonString

A string that is the report layout in JSON format.

|

Returns

TypeDescription
XtraReport

A report instance.

|

See Also

IReportJsonSerializer Interface

IReportJsonSerializer Members

DevExpress.XtraReports.Web.ReportDesigner.Services Namespace