[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rdl.Json.ReportJsonSerializer.GetSerializerOptions

GetSerializerOptions Method

GetSerializerOptions(bool)

Creates a JsonSerializerOptions object for serializing and deserializing Report objects.

Declaration
public static JsonSerializerOptions GetSerializerOptions(bool formatted = false)
Parameters
Type Name Description
bool formatted

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

Returns
Type Description
JsonSerializerOptions

A JsonSerializerOptions object configured for Report serialization.