Class RenderMode
Allows to set the mode of rendering the pivot table. They are, Local: Defines the data source in client side and the aggregation done in the same. Server: Defines the data source in server side (WebAPI) and the aggregation done in the same. Only the rendering part alone done in client side.
Inheritance
System.Object
RenderMode
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class RenderMode : Enum
Fields
Local
Declaration
public const RenderMode Local
Field Value
Type | Description |
---|---|
RenderMode |
Server
Declaration
public const RenderMode Server
Field Value
Type | Description |
---|---|
RenderMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |