ActiveReports Developer 7
BookmarkDictionary Property
See Also 
GrapeCity.ActiveReports.Export.Html.v7 Assembly > GrapeCity.ActiveReports.Export.Html.Page Namespace > IHtmlRenderingExtensionContext Interface : BookmarkDictionary Property

Glossary Item Box

Returns a GrapeCity.ActiveReports.Extensibility.Rendering.Components.IMetadataDictionary containing the bookmarks for the report.

Syntax

Visual Basic (Declaration) 
ReadOnly Property BookmarkDictionary As IMetadataDictionary
C# 
IMetadataDictionary BookmarkDictionary {get;}

See Also