ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / CanvasItemCollection Class
Members

In This Topic
    CanvasItemCollection Class
    In This Topic
    Represents a collection of canvas elements.
    Object Model
    CanvasItemCollection Class
    Syntax
    'Declaration
     
    Public NotInheritable Class CanvasItemCollection 
       Inherits System.Collections.ObjectModel.Collection(Of CanvasItem)
    public sealed class CanvasItemCollection : System.Collections.ObjectModel.Collection<CanvasItem> 
    Remarks
    This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          GrapeCity.ActiveReports.Document.Section.CanvasItemCollection

    See Also