[]
        
(Showing Draft Content)

C1.PivotEngine

C1.PivotEngine Namespace

Classes

C1PivotEngine

Class that tabulates data in a DataSource according to lists of seri fields and creates a DataTable exposed by the PivotTable property.

CustomRangeEventArgs

Provides data for the CustomRange event.

FilterCondition

Represents a condition within a PivotFilter.

GeneralUtils

LicenseManager

For internal use only.

PivotConditionalFieldStyle

Conditional style applied to cells depending on their value.

PivotCubeExtensions

PivotField

Represents a property of the items in the data source.

PivotFieldList

Represents a list of PivotField objects.

PivotFieldStyle

Style used to display field values to the user.

PivotFilter

Represents a filter used to select values for a field.

PivotKey

Represents a combination of PivotField objects and their values.

RangeInfo

ValueSet<T>

Represents a collection of unique values of type T.

Interfaces

IRangeInfo

Interface for field ranges.

Enums

ConditionOperator

Represents operators that can be used in filter conditions.

ConditionType

Specifies the type of comparison to be used when applying a PivotConditionalFieldStyle.

RangeType

ShowAs

Specifies calculations to be applied to cells in the output view.

ShowTotals

Specifies whether to include totals in the output table.

Subtotal

Specifies the type of subtotal (aggregate) statistic to calculate.

TopNRule

Reperesents the selection between top and bottom N elements for the TopN property.

Delegates

CustomRangeEventHandler

Represents a method that handles the CustomRange.

ProgressDelegate

Used by Exec(IEnumerable, Dictionary<string, object>, CancellationToken, ProgressDelegate) to report progress updates.