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

CanvasItemCollection Class
Represents a collection of canvas elements.
Object Model
CanvasItemCollection Class
Syntax
'Declaration
 
Public NotInheritable Class CanvasItemCollection 
   Inherits System.Collections.ObjectModel.Collection(Of 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