ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotEngineTagHelper Class
Properties Methods


In This Topic
    PivotEngineTagHelper Class Members
    In This Topic

    The following tables list the members exposed by PivotEngineTagHelper.

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyConfigurates C1.Web.Mvc.Olap.PivotEngine.AllowFieldEditing. Sets a value that determines whether users should be allowed to edit the properties of the Fields.  
    Public PropertyConfigurates C1.Web.Mvc.Olap.PivotEngine.Async. Sets a value that determines whether view updates should be generated asynchronously.  
    Public PropertyConfigurates C1.Web.Mvc.Olap.PivotEngine.DefaultFilterType. 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 PropertyConfigurates the C1.Web.Mvc.Olap.PivotEngine.OnClientError client event. Occurs when there is an error getting data from the server.  
    Public PropertyConfigurates C1.Web.Mvc.Olap.PivotEngine.ExclusiveValueSearch. Sets a value that determines whether the filter should include only values selected by the @see:wijmo.grid.filter.ValueFilter.filterText property.  
    Public PropertyConfigurates C1.Web.Mvc.Component.Id. Sets the id of the service. (Inherited from C1.Web.Mvc.TagHelpers.ServiceTagHelper<PivotEngine>)
    Public PropertyConfigurates CollectionViewService<T>.IsTemplate. Sets a boolean value which indicates whether transfer this C1.Web.Mvc.CollectionViewService<T> to template mode. (Inherited from C1.Web.Mvc.TagHelpers.ServiceTagHelper<PivotEngine>)
    Public PropertyConfigurates the C1.Web.Mvc.Olap.PivotEngine.OnClientItemsSourceChanged client event. Occurs after the items source changes.  
    Public PropertyConfigurates C1.Web.Mvc.Olap.PivotEngine.ItemsSourceId. Sets the ItemsSourceId specify which CollectionViewService will be used for this control.  
    Public Property (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public PropertyConfigurates C1.Web.Mvc.Olap.PivotEngine.ServerMaxDetail. Sets the maximum number of records when getting the detail data from the server. The default value for this property is 1000, which provides a reasonable amount of detail in many scenarios. If you want to allow more detail records to be retrieved, increase the value of this property.  
    Public PropertyConfigurates C1.Web.Mvc.Olap.PivotEngine.ServerPollInterval. Sets the amount of time, in milliseconds, which the engine should wait before polling the server for progress status while retrieving results. The default value for this property is 500, which causes the engine to poll the server for a status update every half second.  
    Public PropertyConfigurates C1.Web.Mvc.Olap.PivotEngine.ServerTimeout. Sets the maximum amount of time, in milliseconds, which the engine should wait for the results to come back from the server. The default value for this property is 60000, equivalent to sixty seconds. If you expect server operations to take longer than that to complete, set the property to a higher value.  
    Public PropertyConfigurates C1.Web.Mvc.Olap.PivotEngine.ServiceUrl. Sets the service url.  
    Public PropertyConfigurates C1.Web.Mvc.Olap.PivotEngine.ShowColumnTotals. Sets a value that determines whether the output data should include columns containing subtotals or grand totals.  
    Public PropertyConfigurates C1.Web.Mvc.Olap.PivotEngine.ShowRowTotals. Sets a value that determines whether the output data should include rows containing subtotals or grand totals.  
    Public PropertyConfigurates C1.Web.Mvc.Olap.PivotEngine.ShowZeros. Sets a value that determines whether the Olap output table should use zeros to indicate the missing values.  
    Public PropertyConfigurates C1.Web.Mvc.Olap.PivotEngine.SortableGroups. Sets a value that determines whether the engine should sort groups when sorting the value fields (measures) or whether it should keep the group order and the data only within each group.  
    Public PropertyConfigurates C1.Web.Mvc.Olap.PivotEngine.SortOnServer. Sets a value that indicates whether the summary data received from the server is already sorted.  
    Public PropertyConfigurates CollectionViewService<T>.TemplateBindings. Sets the collection of the template bindings. (Inherited from C1.Web.Mvc.TagHelpers.ServiceTagHelper<PivotEngine>)
    Public PropertyConfigurates C1.Web.Mvc.Olap.PivotEngine.TotalsBeforeData. Sets a value that determines whether row and column totals should be displayed before or after regular data rows and columns.  
    Public PropertyConfigurates the C1.Web.Mvc.Olap.PivotEngine.OnClientUpdatedView client event. Occurs after the engine has finished updating the output pivot view list.  
    Public PropertyConfigurates the C1.Web.Mvc.Olap.PivotEngine.OnClientUpdatingView client event. Occurs when the engine starts updating the output pivot view list.  
    Public Property (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Public PropertyConfigurates C1.Web.Mvc.Olap.PivotEngine.ViewDefinition. Sets the current pivot view definition as a JSON string.  
    Public PropertyConfigurates the C1.Web.Mvc.Olap.PivotEngine.OnClientViewDefinitionChanged client event. Occurs after the view definition changes.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets the collection name.  
    Protected PropertyOverridden. Gets the customized default proeprty name. Overrides this property to customize the default property name for this tag.  
    Protected PropertyOverrides to re-define getter and setter. (Inherited from C1.Web.Mvc.TagHelpers.ServiceTagHelper<PivotEngine>)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Public MethodSynchronously executes the Microsoft.AspNetCore.Razor.TagHelpers.TagHelper with the given context and output. (Inherited from C1.Web.Mvc.TagHelpers.ComponentTagHelper<TControl>)
    Public Method (Inherited from Microsoft.AspNetCore.Razor.TagHelpers.TagHelper)
    Top
    Protected Methods
     NameDescription
    Protected MethodGets the TControl instance. (Inherited from C1.Web.Mvc.TagHelpers.ComponentTagHelper<TControl>)
    Protected MethodWhen the taghelper works as template, add the pre-processing here. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodProcesses all attributes of current taghelper. (Inherited from C1.Web.Mvc.TagHelpers.ServiceTagHelper<PivotEngine>)
    Protected MethodProcesses the child content. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodProcesses the the children taghelpers. (Inherited from C1.Web.Mvc.TagHelpers.BaseTagHelper<TControl>)
    Protected MethodRenders the startup scripts. (Inherited from C1.Web.Mvc.TagHelpers.ServiceTagHelper<PivotEngine>)
    Protected MethodUpdates the sub-property specified by its name and value. (Inherited from C1.Web.Mvc.TagHelpers.ServiceTagHelper<PivotEngine>)
    Top
    See Also