[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.CanvasItemCollection

CanvasItemCollection Class

Represents a collection of canvas elements.

Inheritance
CanvasItemCollection
Namespace: GrapeCity.ActiveReports.Document.Section
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public sealed class CanvasItemCollection : Collection<CanvasItem>, IList<CanvasItem>, ICollection<CanvasItem>, IList, ICollection, IReadOnlyList<CanvasItem>, IReadOnlyCollection<CanvasItem>, IEnumerable<CanvasItem>, IEnumerable, IDisposable

Properties

Name Description
Page

Gets the page.

Methods

Name Description
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged/managed resources.

GetReadOnlyList()

Gets a read-only list of canvas elements.

InsertItem(int, CanvasItem)

Inserts an item to the collection at the specified index.

SetItem(int, CanvasItem)

Replaces an item in the collection at the specified index.