PaginatePivotTable Class

NReco.PivotData Class Library Documentation
Pivot table wrapper for rows and columns pagination.
Inheritance Hierarchy

SystemObject
  NReco.PivotDataPaginatePivotTable

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax

public class PaginatePivotTable : IPivotTable

The PaginatePivotTable type exposes the following members.

Constructors

  NameDescription
Public methodPaginatePivotTable
Initializes a new instance of PaginatePivotTable instance.
Top
Properties

  NameDescription
Public propertyColumnKeys
Public propertyColumns
Public propertyIncludePrevNextGroups
Include special prev/next groups into pivot table.
Public propertyPivotData
Public propertyPrevNextValueText
Get or set placeholder value for pager prev/next groups.
Public propertyRowKeys
Public propertyRows
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGetValue
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Remarks

Use this class to enable server-side pagination for pivot tables rendered with PivotTableHtmlWriter + jquery.nrecopivottable.js jQuery plugin.
See Also

Reference