ComponentOne FlexPivot for WinForms
C1FlexPivotEngine Class Members
Properties  Methods  Events

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace : C1FlexPivotEngine Class

The following tables list the members exposed by C1FlexPivotEngine.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of a C1FlexPivotEngine.  
Top
Public Properties
 NameDescription
Public PropertyGets a list of C1FlexPivotField objects that define the fields shown as columns in the output table.  
Public PropertyGets or sets the object that contains data to be analyzed.  
Public PropertyGets the list of C1FlexPivotField objects exposed by the data source.  
Public PropertyGets the number of elements that are represented in the current view.  
Public PropertyGets a list of C1FlexPivotField objects that define the fields used as filters for the output table.  
Public PropertyGets the default System.ComponentModel.IBindingList that exposes the data in the FlexPivotTable.  
Public PropertyGets the System.Data.DataTable that contains the output of the FlexPivot analysis.  
Public PropertyGets a value that determines whether an FlexPivot view is currently defined.  
Public PropertyGets the number of elements that in the data source.  
Public PropertyGets a list of C1FlexPivotField objects that define the fields shown as rows in the output table.  
Public PropertyGets or sets a value that determines whether the FlexPivot output table should include columns containing the row keys.  
Public PropertyGets or sets a value that determines whether the FlexPivot output table should include columns containing subtotals or grand totals.  
Public PropertyGets or sets a value that determines whether the FlexPivot output table should include rows containing subtotals or grand totals.  
Public PropertyGets or sets a value that determines whether the FlexPivot output table should use zeros to indicate missing values.  
Public PropertyGets or sets a value that determines whether row and column totals should be displayed before or after regular data rows and columns. If this value is set to true, total rows appear above data rows and total columns appear on the left of regular data columns.  
Public PropertyGets the first C1FlexPivotField in the ValueFields collection, or null if the collection is empty.  
Public PropertyGets a list of C1FlexPivotField objects that define the fields summarized in the cells of the output table.  
Public PropertyGets or sets the FlexPivot view definition as an Xml string.  
Public PropertyGets or sets the DataEngine workspace.  
Top
Public Methods
 NameDescription
Public MethodSuspend automatic updates to the output table while defining the FlexPivot view.  
Public MethodRequests cancellation of a pending request operation.  
Public MethodConnect to a C1.DataEngine table.  
Public MethodClean up any resources being used.  
Public Methodstatic (Shared in Visual Basic)Disposes the specified workspace and cancel all related tasks  
Public MethodRestore automatic updates to the output table after the FlexPivot view has been defined.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Server-side asynchronous execution of a view returning aggregated results to the caller client.  
Public Methodstatic (Shared in Visual Basic)Server request for data from a SQL Server Analysis Service (SSAS) cube. Returns aggregated results to the caller client.  
Public MethodOverloaded. Gets a list of objects in the raw data source that define the content of a specific cell in the output table exposed by the FlexPivotTable property.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Makes source data rows used in obtaining a given aggregated value accessible to the server's clients.  
Public MethodOverloaded. Gets the C1FlexPivotKey associated with a System.Data.DataColumn on a FlexPivot table.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Lists fields with their types and provides other metadata for a DataEngine table.  
Public Methodstatic (Shared in Visual Basic)Lists fields with their metadata for a SQL Server Analysis Service (SSAS) cube.  
Public MethodOverloaded. Makes the entire raw source data collection accessible to the server's clients.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Lists unique values of a field for the server's clients.  
Public Methodstatic (Shared in Visual Basic)Lists unique values of a field for the server's clients.  
Public MethodOverloaded. Gets a string with a title describing the current view.  
Public MethodOverloaded. Reads an FlexPivot view definition from an System.Xml.XmlReader.  
Public MethodTransposes the fields in the current view so rows become columns and columns become rows.  
Public MethodCauses the C1FlexPivotEngine to rebuild the output table exposed by the FlexPivotTable property.  
Public MethodOverloaded. Saves the current FlexPivot view definition into an System.Xml.XmlWriter.  
Top
Public Events
 NameDescription
Public EventOccurs when calculation is cancelled.  
Public EventFires after the C1FlexPivotEngine finishes loading the fields for the current DataSource.  
Public EventOccurs when calculation starts.  
Public EventFires after the update of the C1FlexPivotEngine is finished.  
Public EventFires after the C1FlexPivotEngine finishes the FlexPivot analysis and the output FlexPivotTable is ready.  
Public EventFires when an error occurs while updating.  
Public EventFires when the update progress of the C1FlexPivotEngine is changed.  
Public EventFires before the C1FlexPivotEngine starts updating the output FlexPivotTable.  
Top
See Also

Reference

C1FlexPivotEngine Class
C1.FlexPivot Namespace