The DataCube type exposes the following members.

Constructors

  NameDescription
DataCube
Initializes a new instance of the DataCube class.

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Recalculate
Recalculates a pivot table.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Caption
Gets or sets a pivot table title.
DataSource
Gets or sets a data source for a pivot table.
Facts
Gets FieldsCollection that contains fields for building pivot table facts.
Layout
Gets or sets DataCube settings.
PivotTable
Gets the DataPivotTable object representing any pivot table.
ShowSingleFact
Gets or sets whether a single fact caption should be visible.
ShowZeroValues
Gets or sets whether zero values should be visible.
XDimensions
Gets FieldsCollection that contains fields for building pivot table columns.
YDimensions
Gets FieldsCollection that contains fields for building pivot table rows.

See Also