NxDataPage MembersQlik Sense .NET SDK - API Reference
The NxDataPage type exposes the following members.
Constructors

  NameDescription
Public methodNxDataPage
Initializes a new instance of the NxDataPage class
Back to Top
Extension Methods

  NameDescription
Public Extension MethodAllCells (Defined by DataPageExtensions.)
Public Extension MethodTransform T  (Defined by DataPageExtensions.)
Back to Top
Properties

  NameDescription
Public propertyArea
Size and offset of the data in the matrix.
Public propertyIsReduced
Is set to true, if the data have been reduced. The default value is false.
Public propertyMatrix
Array of data.
Public propertyTails
Array of tails. Is used for hypercube objects with multiple dimensions. It might happen that due to the window size some elements in a group cannot be displayed in the same page than the other elements of the group. Elements of a group of dimensions can be part of the previous or the next tail. If there is no tail, the array is empty [ ].
Back to Top
See Also