ComponentOne Studio Web API Edition
GetDetail Method (IFlexPivotEngineProvider)

View definition used for performing aggregation.
Key values specifying the aggregated value (subtotal)./>
Gets the source data rows used in obtaining a given aggregated value.
Syntax
'Declaration
 
Function GetDetail( _
   ByVal view As Dictionary(Of String,Object), _
   ByVal key() As Object _
) As IRawData

Parameters

view
View definition used for performing aggregation.
key
Key values specifying the aggregated value (subtotal)./>

Return Value

List of source data objects that contributed to the given aggregation value.
Remarks
It is recommended to use paging providing source data to the clients, because a DataEngine table can have a very large number of rows and aggregating a subtotal can involve a considerable part of all rows.
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.