[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Aspnet.Designer.Utilities.ReportConverter

ReportConverter Class

Represents methods for converting report content.

Inheritance
ReportConverter
Namespace: GrapeCity.ActiveReports.Aspnet.Designer.Utilities
Assembly: MESCIUS.ActiveReports.Aspnet.Designer.dll
Syntax
[Obsolete("This is obsolete and will be removed in the next version")]
public static class ReportConverter

Methods

Name Description
FromJson(byte[])

Deserializes a Report from JSON content.

FromXML(byte[], ResourceLocator)

Deserializes a Report from XML content.

ToJson(Report)

Serializes the specified Report to JSON content.

ToXml(Report)

Serializes the specified Report to XML content.