[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Json.ReportJsonSerializer.Deserialize

Deserialize Method

Deserialize(string)

Deserializes a Report from a specified JSON string. For internal use only.

Declaration
public static Report Deserialize(string json)
Parameters
Type Name Description
string json

A JSON string representing the reportto be deserialized.

Returns
Type Description
Report

A deserialized Report object.