ActiveReports 12
Add Method (LayerCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > LayerCollection Class : Add Method
The Layer to add to the LayerCollection.
Adds a Layer to the LayerCollection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As Layer _
) 
public void Add( 
   Layer item
)

Parameters

item
The Layer to add to the LayerCollection.
See Also

Reference

LayerCollection Class
LayerCollection Members