The DataCube type exposes the following members.

Properties

  NameDescription
CanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Caption
Gets or sets a title for a pivot table.
Container
Gets the IContainer that contains the Component.
(Inherited from Component.)
DataSource
Gets or sets a data source for a pivot table.
DesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Events
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Facts
Gets FieldsCollection that contains fields for building pivot table facts.
Footer
Header
InactiveFields
Gets FieldsCollection that contains the fields not used for pivot table building.
JointFields
Gets or sets array<String>[]()[]
LastRecalculateTime
Gets TimeSpan that represents the latest calculation time of a pivot table.
Layout
Gets or sets DataCube settings serialized to XML format.
PageFooter
PageHeader
PivotTable
Gets the PivotTable object representing a pivot table.
ShowSingleFact
Gets or sets whether a single fact caption should be visible.
ShowZeroValues
Gets or sets whether zero values should be visible.
Site
Gets or sets the ISite of the Component.
(Inherited from Component.)
StringRegKey
Gets or sets license key for the current machine.
StyleSheet
Gets or sets the StyleSheet object representing visual styles for a pivot table.
XDimensions
Gets FieldsCollection that contains fields for building pivot table columns.
YDimensions
Gets FieldsCollection that contains fields for building pivot table rows.

See Also