[]
Adds a Layer object to the LayerCollection.
public void Add(Layer item)
A Layer object to add.
LayerCollection collection = new LayerCollection(_report); collection.Add(new Layer("Layer1"));