[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.BookmarksCollection

BookmarksCollection Class

Represents the bookmarks collection.

Inheritance
BookmarksCollection
Namespace: GrapeCity.ActiveReports.Document.Section
Assembly: MESCIUS.ActiveReports.Core.Document.dll
Syntax
public sealed class BookmarksCollection : CollectionBase, IList, ICollection, IEnumerable, IDisposable

Constructors

Name Description
BookmarksCollection()

Initializes a new instance of the BookmarksCollection class.

Properties

Name Description
CurrentBookmark

Gets or sets the index of currently active or selected bookmark from the BookmarksCollection.

this[int]

Gets a Bookmark object at specified index in the BookmarksCollection.

Methods

Name Description
Add(Bookmark)

Adds Bookmark item to the collection.

Clear()

Removes all boomark objects from the BookmarksCollection.

Contains(Bookmark)

Gets whether the element is part of a collection.

CopyTo(Bookmark[], int)

Copies a range of items from the collection to a compatible one-dimensional array, starting at the specified index of the final array..

Dispose()

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

IndexOf(Bookmark)

Returns the zero-based index of the first occurrence of the value in the collection or part of it.

Insert(int, Bookmark)

Inserts an item to the collection at the specified index.

Remove(Bookmark)

Removes the object from the collection.