BookmarkNode Constructors
Represents a bookmark shown in the report’s document map.| Name | Parameters | Description |
|---|---|---|
| BookmarkNode() | none | Initializes a new instance of the BookmarkNode class with the default settings. |
| BookmarkNode(String, Brick, Page) | text, 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) | text, bpPair | 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) | text | Initializes a new instance of the BookmarkNode class with the specified text. |
See Also