ActiveReports 12
Combine Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Aggregates Namespace > Aggregate Class : Combine Method
Combines aggregate data with data of other aggregate.
Syntax
'Declaration
 
Public MustOverride Function Combine( _
   ByVal aggregate As Aggregate _
) As Aggregate
public abstract Aggregate Combine( 
   Aggregate aggregate
)

Parameters

aggregate
See Also

Reference

Aggregate Class
Aggregate Members