Skip to main content
A newer version of this page is available. .

PercentOfTotalBindingBase Constructors

Base class to calculate a value as a percentage of all values in the window. Used as a PivotGrid’s field calculation databinding in Optimized mode.
Name Parameters Description
PercentOfTotalBindingBase() none Initializes a new instance of the PercentOfTotalBindingBase class.
PercentOfTotalBindingBase(DataBindingBase, CalculationPartitioningCriteria) source, mode Initializes a new instance of the PercentOfTotalBindingBase class with specified settings.
See Also