ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / DefaultExportSetting Class / ToJson Method

In This Topic
    ToJson Method (DefaultExportSetting)
    In This Topic
    Converts the export setting to a JSON string.
    Syntax
    'Declaration
     
    Public MustOverride Function ToJson() As String
    public abstract string ToJson()

    Return Value

    A JSON System.String value representing the export setting.
    See Also