ComponentOne Studio Web API Edition
GetUniqueValues Method (IFlexPivotEngineProvider)

View definition used for performing aggregation.
The name of the field to provide unique values for.
Gets the unqiue values of the specified field.
Syntax
'Declaration
 
Function GetUniqueValues( _
   ByVal view As Dictionary(Of String,Object), _
   ByVal fieldName As String _
) As IEnumerable

Parameters

view
View definition used for performing aggregation.
fieldName
The name of the field to provide unique values for.

Return Value

Collection of objects with properties Name (string) and Type (System.Type)
Remarks
The user should be aware that getting value list can take considerable time if number of rows in the source data is very large.
Requirements

Target Platforms: Windows 7, 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

Reference

IFlexPivotEngineProvider Interface
IFlexPivotEngineProvider Members

 

 


Copyright © GrapeCity, inc. All rights reserved.