TopPivotTableOtherKey Class

NReco.PivotData Class Library Documentation
Represents special 'other' dimension key used in TopPivotTable for grouping rows/columns that exceed limit.
Inheritance Hierarchy

SystemObject
  NReco.PivotDataTopPivotTableOtherKey

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

public class OtherKey : IComparable<Object>, 
	IComparable

The TopPivotTableOtherKey type exposes the following members.

Constructors

  NameDescription
Public methodTopPivotTableOtherKey
Initializes a new instance of the TopPivotTableOtherKey class
Top
Properties

  NameDescription
Public propertyText
Gets or sets 'other' key label text (default value is '...').
Top
Methods

  NameDescription
Public methodCompareTo
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
See Also

Reference