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

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

    Return Value

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