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 |
---|
PivotTablePrintMode |
CurrentPage
CurrentPage - Print current page records of the Grid.
Declaration
public const PivotTablePrintMode CurrentPage
Field Value
Type |
---|
PivotTablePrintMode |