ActiveReports 12
Item Property (DataGroupingCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataGroupingCollection Class : Item Property
The index of the DataGrouping to get or set.
Gets or sets the element at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As DataGrouping
public DataGrouping this[ 
   int index
]; {get; set;}

Parameters

index
The index of the DataGrouping to get or set.
See Also

Reference

DataGroupingCollection Class
DataGroupingCollection Members