C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class


C1PivotEngine Class Methods

For a list of all members of this type, see C1PivotEngine members.

Public Methods
 NameDescription
Public Method Suspend automatic updates to the output table while defining the PivotEngine view.  
Public Method Requests cancellation of a pending request operation.  
Public Method Connect to a C1.DataEngine table.  
Public Method Clean up any resources being used.  
Public Methodstatic (Shared in Visual Basic) Disposes the specified workspace and cancel all related tasks  
Public Method Restore automatic updates to the output table after the PivotEngine 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 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 PivotTable 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 Methodstatic (Shared in Visual Basic)Overloaded.  Lists fields with their types and provides other metadata for a DataEngine table.  
Public MethodOverloaded. Gets the PivotKey associated with a System.Data.DataColumn on a PivotEngine table.  
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 MethodOverloaded.  Gets a string with a title describing the current view.  
Public MethodOverloaded. Reads a PivotEngine view definition from an System.Xml.XmlReader.  
Public Method Transposes the fields in the current view so rows become columns and columns become rows.  
Public MethodCauses the PivotEngine to rebuild the output table exposed by the PivotTable property.  
Public MethodOverloaded. Saves the current PivotEngine view definition into an System.Xml.XmlWriter.  
Top
Protected Methods
 NameDescription
Protected Method  
Protected Method  
Protected MethodRaises the LoadedFields event.  
Protected Method  
Protected MethodRaises the Updated event.  
Protected MethodRaises the UpdateError event.  
Protected MethodRaises the Updating event.  
Top
See Also