Click or drag to resize

StiReportFindComponentBookmark Method

Returns the component by the bookmark value.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiComponent FindComponentBookmark(
	Object bookmark
)

Parameters

bookmark
Type: SystemObject
The bookmark value to find a component.

Return Value

Type: StiComponent
Found component. If the component is not found then null.
See Also