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

In This Topic
    LayerCollection Class Members
    In This Topic

    The following tables list the members exposed by LayerCollection.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new collection of Layers.  
    Top
    Public Properties
     NameDescription
    Public PropertyThe default Layer.  
    Public PropertyGets a value indicating whether the LayerCollection is read-only.  
    Public PropertyGets or sets the Layer at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a Layer to the LayerCollection.  
    Public MethodDetermines whether the LayerCollection contains a specific value.  
    Public MethodCopies the elements of the LayerCollection to an System.Array, starting at a particular System.Array index.  
    Public MethodDetermines the index of a specific layer in the LayerCollection.  
    Public MethodInserts a layer to the LayerCollection at the specified index.  
    Public MethodRemoves the first occurrence of a specific layer from the LayerCollection.  
    Public MethodPerforms contextual validation of report layers.  
    Top
    See Also