Version

CalculationSettings Property (SummaryDefinition)

Get/sets the calculation settings related with this summary definition. This information is used for exposing cell summary data to a XamCalculationManager's network.
Syntax
'Declaration
 
Public Property CalculationSettings As SummaryCalculationSettings
public SummaryCalculationSettings CalculationSettings {get; set;}
Remarks

Note: this property will be ignored unless DataPresenterBase's DataPresenterBase.CalculationAdapter is set.

Note: To format the result of the formula, specify the StringFormat property.

Note: If you specify on the CalculationSettings then SourceFieldName and Calculator properties must not be specified. Otherwise the Formula setting will be ignored and SourceField and Calculator settings will be honored. They are exclusive. You can either use the XamCalculationManager's formula calculation functionality for the summary or the built-in summary calculators for a summary.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also