Used in FetchData event to load data into DynamiCube when used in unbound mode. Rows are added into the array using a single dimensional array of variants.
Public Sub AddRowEx( _
ByVal Record As Variant _
) The size and order of the array and its elements should match the number of dimensions and data items used in the DynamiCube view and the order in which they were added into the view. The difference between AddRow and AddRowEx is that AddRowEx allows duplicate records to be fed into DynamiCube, automatically aggregating them into a single record. This is useful when the data is not pre-summarized. Note that AddRowEx has a slower performance than AddRow due to the additional work it does.
[AddRowEx method (Visual Basic)]
Private Sub DCube1_FetchData() |
Copyright © 2007 Data Dynamics, Ltd. All rights reserved.