BookmarkNode Members
Represents a bookmark shown in the report’s document map.Constructors
| Name | Description |
|---|---|
| BookmarkNode() | Initializes a new instance of the BookmarkNode class with the default settings. |
| BookmarkNode(String, Brick, Page) | Initializes a new instance of the BookmarkNode class with the specified text, for the specified brick on the specified page. |
| BookmarkNode(String, BrickPagePair) | Initializes a new instance of the BookmarkNode class with the specified text, and for the specified pair of a brick and a page. |
| BookmarkNode(String) | Initializes a new instance of the BookmarkNode class with the specified text. |
Properties
| Name | Description |
|---|---|
| Brick | Obsolete. Gets the brick which the current bookmark is associated with. |
| Indices | Gets a string value, which is intended for serialization of the bookmark’s page index. |
| Nodes | Gets the collection of child bookmarks for the current bookmark. This collection is used when creating a hierarchical document map. |
| Page | Obsolete. Gets the page which contains the brick for the current bookmark. |
| PageIndex | Gets an index of a page, which contains a bookmark’s brick. |
| Pair | Provides access to the brick-page pair, associated with the current bookmark. |
| Text | Gets the text of a bookmark node. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also