StiBookmark Class

Namespace: Stimulsoft.Report.Components

The class describes a base bookmark class.

Inheritance

Implements: IStiJsonReportObject

Constructors

Constructor Description
StiBookmark() Creates a new bookmark.
StiBookmark(string text, object parentComponent) Creates a new bookmark.
StiBookmark(string text, string bookmarkText, object parentComponent) Creates a new bookmark.

StiBookmark()

Creates a new bookmark.


StiBookmark(text: string, parentComponent: object)

Creates a new bookmark.

Parameters

  • text (string) — Tree text.
  • parentComponent (object)

StiBookmark(text: string, bookmarkText: string, parentComponent: object)

Creates a new bookmark.

Parameters

  • text (string) — Tree text.
  • bookmarkText (string) — Boormark text.
  • parentComponent (object)

Properties

Property Type Description
BookmarkText string  
ComponentGuid string  
Engine StiEngineVersion  
IsManualBookmark bool  
PageIndex int  
ParentComponent object  
Text string  

Methods

Method Returns Description
Add void  
LoadFromJsonObject void  
SaveToJsonObject JObject  

Method Details

Add

Add(name: string): void

Parameters

  • name (string)

LoadFromJsonObject

LoadFromJsonObject(jObject: JObject): void

Parameters


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject