Enum JSONSerializers
Defines the serializer and deserializer type of the ReportViewer.
Namespace: BoldReports.Web.ReportViewer
Assembly: BoldReports.Web.dll
Syntax
public enum JSONSerializers
Fields
| Name | Description |
|---|---|
| JavaScriptSerializer | It denotes the serializer and deserializer type of the ReportViewer is JavaScriptSerializer. |
| NewtonsoftJSONSerializer | It denotes the serializer and deserializer type of the ReportViewer is NewtonsoftJSONSerializer. |