The IStandardCubeFactBinding interface contains properties that are used to set up and bind cube fact.
The IStandardCubeFactBindings.Binding property returns cube fact binding. The IStandardCubeFactBindings source collection should be obtained using the IStandardCube.FactBindings or IStandardCubeDimension.FactBindings property.
Property name | Brief description | |
The AggregatedDataType property determines a data type after aggregation. | ||
The AggregatedDataTypePrecision property determines value precision (the number of digits after a comma) after aggregation. | ||
The AggregationType property determines a type of aggregation used for a data source. | ||
The CustomAggregateFunction property determines a custom method of aggregation calculation. | ||
The DistinctAggregate property determines whether identical data needs to be aggregated. | ||
The FactKey property returns a fact key used for binding. | ||
The Formula property returns the expression, which binds cube fact to data source fields or a expression, which determines a calculated cube value. | ||
The ReadOnly property returns whether data can be edited via the binding. The property is used only for calculated cube facts. | ||
The ReverseFactKey property determines a key of a cube fact, which value is calculated by the ReverseFormula formula. | ||
The ReverseFormula property returns the expression that is used to determine a fact value with the ReverseFactKey key. |
See also: