Version

CanProcessDataType Method (SumSummaryCalculator)

Indicates whether this summary calculator can use objects of the specified data type as source values for the calculation.
Syntax
'Declaration
 
Public Overrides Function CanProcessDataType( _
   ByVal dataType As Type _
) As Boolean
public override bool CanProcessDataType( 
   Type dataType
)

Parameters

dataType
Data type

Return Value

Returns true if the specified data type is supported
Remarks

Indicates whether this calculator supports specified data type. Sum for example supports only numeric types. Where as Maximum supports all data types that implement IComparable.

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