Version

SummaryExecution Property (SummaryCalculatorBase)

Gets the SummaryExecution, indicating when the summary will be applied.
Syntax
'Declaration
 
Public Overridable ReadOnly Property SummaryExecution As Nullable(Of SummaryExecution)
public virtual Nullable<SummaryExecution> SummaryExecution {get;}
Remarks
When overridden, this can be used to indicate when an individual summary should be evaluated. Depending on when the summary is executed the final result of the evaluation can change.
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