Click or drag to resize

StiEngineIsDynamicBookmarksMode Property

If true then it is allowed to add any Bookmarks. If false then add Bookmarks of components which the IsRendered property = false (in other words it is rendered first time). This property allows adding Bookmarks for static components only once (to avoid duplication).

Namespace:  Stimulsoft.Report.Engine
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public bool IsDynamicBookmarksMode { get; set; }

Property Value

Type: Boolean
See Also