ActiveReports 12
Item Property (LayerCollection)

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

Parameters

index
The index.
See Also

Reference

LayerCollection Class
LayerCollection Members