ASP.NET MVC Controls
PivotEngine Class Members
Properties  Methods 

The following tables list the members exposed by PivotEngine.

Public Constructors
 NameDescription
Public ConstructorPivotEngine ConstructorCreate one PivotEngine instance.  
Top
Public Properties
 NameDescription
Public PropertyAllowFieldEditingGets or sets a value that determines whether users should be allowed to edit the properties of the Fields.  
Public PropertyAsyncGets or sets a value that determines whether view updates should be generated asynchronously.  
Public PropertyColumnFieldsGets the list of PivotField objects that define the fields shown as columns in the output table.  
Public PropertyComponentsGets the child components. (Inherited from C1.Web.Mvc.Component)
Public PropertyDefaultFilterTypeGets or sets the default filter type (by value or by condition). When binding the service, only FilterType.Condition and FilterType.None are supported. When FilterType.Both is set, it works as FilterType.Condition. When FilterType.Value is set, it works as FilterType.None.  
Public PropertyFieldsGets the list of the PivotField objects which can be used in the view.  
Public PropertyFilterFieldsGets the list of PivotField objects that define the fields used as filters.  
Public PropertyIdGets or sets the component id. (Inherited from C1.Web.Mvc.Component)
Public PropertyItemsSourceGets ItemsSource settings.  
Public PropertyItemsSourceIdGets or sets the ItemsSourceId specify which CollectionViewService will be used for this control.  
Public PropertyOnClientErrorOccurs when there is an error getting data from the server.  
Public PropertyOnClientItemsSourceChangedOccurs after the items source changes.  
Public PropertyOnClientUpdatedViewOccurs after the engine has finished updating the output pivot view list.  
Public PropertyOnClientUpdatingViewOccurs when the engine starts updating the output pivot view list.  
Public PropertyOnClientViewDefinitionChangedOccurs after the view definition changes.  
Public PropertyRowFieldsGets the list of PivotField objects that define the fields shown as rows in the output table.  
Public PropertyServiceUrlGets or sets the service url.  
Public PropertyShowColumnTotalsGets or sets a value that determines whether the output data should include columns containing subtotals or grand totals.  
Public PropertyShowRowTotalsGets or sets a value that determines whether the output data should include rows containing subtotals or grand totals.  
Public PropertyShowZerosGets or sets a value that determines whether the Olap output table should use zeros to indicate the missing values.  
Public PropertyTotalsBeforeDataGets or sets a value that determines whether row and column totals should be displayed before or after regular data rows and columns.  
Public PropertyValueFieldsGets the list of PivotField objects that define the fields summarized in the output table.  
Public PropertyViewDefinitionGets or sets the current pivot view definition as a JSON string.  
Top
Public Methods
 NameDescription
Public MethodToHtmlStringReturns an HTML-encoded string. (Inherited from C1.Web.Mvc.Component)
Top
Extension Methods
 NameDescription
Public Extension MethodToTemplate(IHtmlString)Render the html string in template mode.
Top
See Also

Reference

PivotEngine Class
C1.Web.Mvc.Olap Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback