ActiveReports 12
Add Method (SeriesGroupingCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > SeriesGroupingCollection Class : Add Method
The object to be added to the end of the Collection. The value can be null for reference types.
Adds an object to the end of the Collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As SeriesGrouping _
) 
public void Add( 
   SeriesGrouping item
)

Parameters

item
The object to be added to the end of the Collection. The value can be null for reference types.
See Also

Reference

SeriesGroupingCollection Class
SeriesGroupingCollection Members