The DataCube type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
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.) | |
Dispose | Overloaded. | |
Equals | (Inherited from Object.) | |
ExportToExcel | Overloaded. | |
ExportToHtml | Overloaded. | |
ExportToPdf | Overloaded. | |
Fill | Overloaded. | |
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 | (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.) | |
Load | Overloaded. | |
MemberwiseClone | Overloaded. | |
Overloaded. | ||
PrintPreview | Overloaded. | |
Recalculate | Recalculates a pivot table. | |
Save | Overloaded. | |
StartRecalculate | Overloaded. | |
ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
Properties
Name | Description | |
---|---|---|
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 | (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
Name | Description | |
---|---|---|
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. |