Add Method (LayerCollection)
Adds a
Layer object to the
LayerCollection.
'Declaration
Public Sub Add( _
ByVal As Layer _
)
Parameters
- item
- A Layer object to add.
LayerCollection collection = new LayerCollection(_report);
collection.Add(new Layer("Layer1"));