StiBookmark Constructor (String, Object) |
Creates a new bookmark.
Namespace:
Stimulsoft.Report.Components
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiBookmark(
string text,
Object parentComponent
)
Public Sub New (
text As String,
parentComponent As Object
)
Parameters
- text
- Type: SystemString
Tree text. - parentComponent
- Type: SystemObject
[Missing <param name="parentComponent"/> documentation for "M:Stimulsoft.Report.Components.StiBookmark.#ctor(System.String,System.Object)"]
See Also