Skip to main content
A newer version of this page is available. .

ReportDesignerExtension.ConvertReportJsonToXml(String) Method

Returns the binary representation of a report layout encoded in the specified JSON string.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public static byte[] ConvertReportJsonToXml(
    string json
)

Parameters

Name Type Description
json String

A String value, storing the report layout in JSON format.

Returns

Type Description
Byte[]

A Byte array, storing the report layout in binary form.

See Also