ActiveReports Developer 7
BookmarkLink Method
See Also 
GrapeCity.ActiveReports.Export.Html.v7 Assembly > GrapeCity.ActiveReports.Export.Html.Page Namespace > ILinkProvider Interface : BookmarkLink Method

dictionaryEntry
The GrapeCity.ActiveReports.Extensibility.Rendering.Components.IMetadataDictionaryEntry for the bookmark link entry to create a link for.
context
The GrapeCity.ActiveReports.Export.Html.Page.IHtmlRenderingExtensionContext containing the shared information for rendering.

Glossary Item Box

Returns a string value to use as a Document Map link.

Syntax

Visual Basic (Declaration) 
Function BookmarkLink( _
   ByVal dictionaryEntry As IMetadataDictionaryEntry, _
   ByVal context As IHtmlRenderingExtensionContext _
) As System.String

Parameters

dictionaryEntry
The GrapeCity.ActiveReports.Extensibility.Rendering.Components.IMetadataDictionaryEntry for the bookmark link entry to create a link for.
context
The GrapeCity.ActiveReports.Export.Html.Page.IHtmlRenderingExtensionContext containing the shared information for rendering.

Return Value

String value to use as the href value.

See Also