Class PivotTablePrintMode
Print mode options are AllPages - Print all pages records of the Grid. CurrentPage - Print current page records of the Grid.
Inheritance
System.Object
PivotTablePrintMode
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotTablePrintMode : Enum
Fields
AllPages
AllPages - Print all pages records of the Grid.
Declaration
public const PivotTablePrintMode AllPages
Field Value
Type | Description |
---|---|
PivotTablePrintMode |
CurrentPage
CurrentPage - Print current page records of the Grid.
Declaration
public const PivotTablePrintMode CurrentPage
Field Value
Type | Description |
---|---|
PivotTablePrintMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |