ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Json Namespace / ReportJsonSerializer Class
Members

In This Topic
    ReportJsonSerializer Class
    In This Topic
    Represents a set of methods for serializing and deserializing GrapeCity.ActiveReports.PageReportModel.Report objects to and from JSON format.
    Object Model
    ReportJsonSerializer Class
    Syntax
    'Declaration
     
    Public MustInherit NotInheritable Class ReportJsonSerializer 
    public static class ReportJsonSerializer 
    Remarks
    This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.Rdl.Json.ReportJsonSerializer

    See Also