Class SerializationOptions
Represents the class that contains options for controlling the serialization.
Inheritance
Inherited Members
Namespace: Syncfusion.Windows.Forms.PivotAnalysis.Serialization
Assembly: Syncfusion.PivotAnalysis.Windows.dll
Syntax
public class SerializationOptions
Constructors
SerializationOptions()
Initializes a new instance of the SerializationOptions class.
Declaration
public SerializationOptions()
Properties
SerializeConditionalFormats
Gets or sets a value indicating whether the conditional formats need to be serialized.
Declaration
public bool SerializeConditionalFormats { get; set; }
Property Value
Type |
---|
System.Boolean |
SerializeExpandCollapseState
Gets or sets a value indicating whether the expand and collapse state of items need to be serialized.
Declaration
public bool SerializeExpandCollapseState { get; set; }
Property Value
Type |
---|
System.Boolean |
SerializeFiltering
Gets or sets a value indicating whether the filtered items need to be serialized in PivotGridControl.
Declaration
public bool SerializeFiltering { get; set; }
Property Value
Type |
---|
System.Boolean |
SerializeGrouping
Gets or sets a value indicating whether the grouping bar needs to be serialized.
Declaration
public bool SerializeGrouping { get; set; }
Property Value
Type |
---|
System.Boolean |
SerializePivotCalculations
Gets or sets a value indicating whether the pivot calculation items need to be serialized.
Declaration
public bool SerializePivotCalculations { get; set; }
Property Value
Type |
---|
System.Boolean |
SerializePivotColumns
Gets or sets a value indicating whether the pivot column items need to be serialized.
Declaration
public bool SerializePivotColumns { get; set; }
Property Value
Type |
---|
System.Boolean |
SerializePivotRows
Gets or sets a value indicating whether the pivot row items need to be serialized.
Declaration
public bool SerializePivotRows { get; set; }
Property Value
Type |
---|
System.Boolean |
SerializeSorting
Gets or sets a value indicating whether the sorted items need to be serialized.
Declaration
public bool SerializeSorting { get; set; }
Property Value
Type |
---|
System.Boolean |