ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / Page Class / CanvasItems Property

In This Topic
    CanvasItems Property (Page)
    In This Topic
    Gets readonly collection of canvas items
    Syntax
    'Declaration
     
    Public ReadOnly Property CanvasItems As IList(Of CanvasItem)
    public IList<CanvasItem> CanvasItems {get;}
    See Also