[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.TagHelpers.PivotEngineTagHelper

PivotEngineTagHelper Class

ITagHelper implementation for PivotEngine.

Namespace: C1.Web.Mvc.Olap.TagHelpers
Assembly: C1.AspNetCore.Mvc.Olap.dll
Syntax
[HtmlTargetElement("c1-pivot-engine")]
[RestrictChildren("c1-items-source", new string[] { "c1-odata-source", "c1-odata-virtual-source", "c1-cube-service", "c1-pivot-field-collection", "c1-view-field-collection" })]
public class PivotEngineTagHelper : ServiceTagHelper<PivotEngine>, ITagHelper, ITagHelperComponent, ITemplateTagHelper

Constructors

Name Description
PivotEngineTagHelper()

Properties

Name Description
AllowFieldEditing

Configurates AllowFieldEditing. Sets a value that determines whether users should be allowed to edit the properties of the Fields.

Async

Configurates Async. Sets a value that determines whether view updates should be generated asynchronously.

CollectionName

Gets the collection name.

CustomDefaultPropertyName

Gets the customized default proeprty name. Overrides this property to customize the default property name for this tag.

DefaultFilterType

Configurates 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.

Error

Configurates the OnClientError client event. Occurs when there is an error getting data from the server.

ExclusiveValueSearch

Configurates ExclusiveValueSearch. Sets a value that determines whether the filter should include only values selected by the @see:wijmo.grid.filter.ValueFilter.filterText property.

ItemsSourceChanged

Configurates the OnClientItemsSourceChanged client event. Occurs after the items source changes.

ItemsSourceId

Configurates ItemsSourceId. Sets the ItemsSourceId specify which CollectionViewService will be used for this control.

ServerMaxDetail

Configurates 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.

ServerPollInterval

Configurates 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.

ServerTimeout

Configurates 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.

ServiceUrl

Configurates ServiceUrl. Sets the service url.

ShowColumnTotals

Configurates ShowColumnTotals. Sets a value that determines whether the output data should include columns containing subtotals or grand totals.

ShowRowTotals

Configurates ShowRowTotals. Sets a value that determines whether the output data should include rows containing subtotals or grand totals.

ShowZeros

Configurates ShowZeros. Sets a value that determines whether the Olap output table should use zeros to indicate the missing values.

SortOnServer

Configurates SortOnServer. Sets a value that indicates whether the summary data received from the server is already sorted.

SortableGroups

Configurates 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.

TotalsBeforeData

Configurates TotalsBeforeData. Sets a value that determines whether row and column totals should be displayed before or after regular data rows and columns.

UpdatedView

Configurates the OnClientUpdatedView client event. Occurs after the engine has finished updating the output pivot view list.

UpdatingView

Configurates the OnClientUpdatingView client event. Occurs when the engine starts updating the output pivot view list.

ViewDefinition

Configurates ViewDefinition. Sets the current pivot view definition as a JSON string.

ViewDefinitionChanged

Configurates the OnClientViewDefinitionChanged client event. Occurs after the view definition changes.