ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / LayerCollection Class
Properties Methods

LayerCollection Class Members

The following tables list the members exposed by LayerCollection.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the LayerCollection class.  
Top
Public Properties
 NameDescription
Public PropertyGets the default Layer in the collection.  
Public PropertyGets a value indicating whether the LayerCollection is read-only.  
Public PropertyGets or sets a specific Layer object in the LayerCollection by position.  
Top
Public Methods
 NameDescription
Public MethodAdds a Layer object to the LayerCollection.  
Public MethodGets a value indicating whether the LayerCollection contains the specified Layer.  
Public MethodCopies the objects in the LayerCollection to a Layer array, starting at the specified array index.  
Public MethodDetermines the index of a specific Layer object in the LayerCollection.  
Public MethodInserts a new Layer into the LayerCollection at the specified location.  
Public MethodRemoves the specified Layer object from the LayerCollection.  
Public MethodValidates the current state of the LayerCollection object.  
Top
See Also