ActiveReports Developer 7
CanvasItems Property
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > Page Class : CanvasItems Property

Glossary Item Box

Returns a list of the page's canvas items.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property CanvasItems As System.Collections.IList
C# 
public System.Collections.IList CanvasItems {get;}

Remarks

Use the Clear method to remove all CanvasItems from the Page object.

See Also