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

In This Topic
    ToJson Method (BaseExportSettings)
    In This Topic
    Converts the current instance to a JSON string.
    Syntax
    'Declaration
     
    Public Function ToJson() As String
    public string ToJson()

    Return Value

    A JSON System.String representing the current instance.
    See Also