Class StiBookmarksV2Helper
java.lang.Object
com.stimulsoft.report.engine.engineV2.StiBookmarksV2Helper
A class helps with bookmarks.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidAdd(StiBookmark bookmark, String name) Adds a bookmark manually.static StiBookmarkCreateBookmark(String text) Creates a new bookmark.static StiBookmarkCreateBookmark(String text, String componentGuid) Creates a new bookmark.static StiBookmarkGetBookmark(StiBookmark bookmark, String name) static voidPack(StiBookmark bookmark) static voidPrepareBookmark(StiBookmark bookmark) Prepares a bookmark and all of its child bookmarks for showing.
-
Constructor Details
-
StiBookmarksV2Helper
public StiBookmarksV2Helper()
-
-
Method Details
-
Add
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).- Parameters:
name-
-
GetBookmark
-
PrepareBookmark
Prepares a bookmark and all of its child bookmarks for showing.- Parameters:
bookmark- Bookmark for preparing.
-
Pack
-
CreateBookmark
Creates a new bookmark.- Parameters:
text- Tree text.bookmarkText- Boormark text.
-
CreateBookmark
Creates a new bookmark.- Parameters:
text- Tree text.bookmarkText- Boormark text.
-