MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Rdl.Json Namespace / ReportJsonSerializer Class / GetSerializerOptions Method
A System.Boolean value indicating whether the JSON should be formatted for readability. Default is false.

In This Topic
GetSerializerOptions Method
In This Topic
Creates a System.Text.Json.JsonSerializerOptions object for serializing and deserializing GrapeCity.ActiveReports.PageReportModel.Report objects.
Syntax
'Declaration
 
Public Shared Function GetSerializerOptions( _
   Optional ByVal formatted As Boolean _
) As JsonSerializerOptions
 

Parameters

formatted
A System.Boolean value indicating whether the JSON should be formatted for readability. Default is false.

Return Value

See Also