[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Aspnet.Designer.Utilities.ReportConverter.FromJson

FromJson Method

FromJson(byte[])

Deserializes a Report from JSON content.

Declaration
public static Report FromJson(byte[] content)
Parameters
Type Name Description
byte[] content

A byte array containing the JSON report content.

Returns
Type Description
Report

The deserialized Report.