[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.LayerCollection.Add

Add Method

Add(Layer)

Adds a Layer object to the LayerCollection.

Declaration
public void Add(Layer item)
Parameters
Type Name Description
Layer item

A Layer object to add.

Implements
Examples
LayerCollection collection = new LayerCollection(_report);
collection.Add(new Layer("Layer1"));