Click or drag to resize

StiBookmarksV2HelperAdd Method

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).

Namespace:  Stimulsoft.Report.Engine
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void Add(
	StiBookmark bookmark,
	string name
)

Parameters

bookmark
Type: Stimulsoft.Report.ComponentsStiBookmark

[Missing <param name="bookmark"/> documentation for "M:Stimulsoft.Report.Engine.StiBookmarksV2Helper.Add(Stimulsoft.Report.Components.StiBookmark,System.String)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Stimulsoft.Report.Engine.StiBookmarksV2Helper.Add(Stimulsoft.Report.Components.StiBookmark,System.String)"]

See Also