ActiveReports 10
Item Property (SeriesGroupingCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > SeriesGroupingCollection Class : Item Property
A zero-based Integer indicating the index of the SeriesGrouping to return or set.
Gets or sets a specific SeriesGrouping object in the SeriesGroupingCollection by position.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As SeriesGrouping
public SeriesGrouping this[ 
   int index
]; {get; set;}

Parameters

index
A zero-based Integer indicating the index of the SeriesGrouping to return or set.

Property Value

The SeriesGrouping object at the specified position.
See Also

Reference

SeriesGroupingCollection Class
SeriesGroupingCollection Members