The DataCube type exposes the following members.

Constructors

  NameDescription
DataCube
Initializes a new instance of the DataCube class.

Methods

  NameDescription
CancelRecalculate
Stops pivot table calculation.
CreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
DisposeOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExportToExcelOverloaded.
ExportToHtmlOverloaded.
ExportToPdfOverloaded.
FillOverloaded.
Finalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
GetPercentValueByCell
Returns percentage value for a given pivot table cell.
GetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
GetSourceRowsByCell
Returns IList that contains data source rows for a given pivot table cell.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetValueByCell
Returns value for a given pivot table cell.
InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
LoadOverloaded.
MemberwiseCloneOverloaded.
PrintOverloaded.
PrintPreviewOverloaded.
Recalculate
Recalculates a pivot table.
SaveOverloaded.
StartRecalculateOverloaded.
ToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)

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.

Events

  NameDescription
DataCubeChanged
Occurs after Pivot table change.
Disposed
Occurs when the component is disposed by a call to the Dispose()()() method.
(Inherited from Component.)
PivotTableChanged
Occurs when a pivot table is changed.

See Also