Click or drag to resize

StiBookmarksV2Helper Class

A class helps with bookmarks.
Inheritance Hierarchy
SystemObject
  Stimulsoft.Report.EngineStiBookmarksV2Helper

Namespace:  Stimulsoft.Report.Engine
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public sealed class StiBookmarksV2Helper

The StiBookmarksV2Helper type exposes the following members.

Constructors
  NameDescription
Public methodStiBookmarksV2Helper
Initializes a new instance of the StiBookmarksV2Helper class
Top
Methods
  NameDescription
Public methodStatic memberAdd
Adds a bookmark manually. When adding the IsManualBookmark flag is set. This flag gives a signal to the report generator that search should be done in a reductive mode (direct comparison of BookmarkValue).
Public methodStatic memberCreateBookmark(String)
Creates a new bookmark.
Public methodStatic memberCreateBookmark(String, String)
Creates a new bookmark.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberGetBookmark
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetTreeNodeFromBookmarks
Returns an object of the TreeNode type from the StiBookmark object.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberPack
Public methodStatic memberPrepareBookmark
Prepares a bookmark and all of its child bookmarks for showing.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also