ActiveReports 8
DocumentMapLink Method
See Also 
GrapeCity.ActiveReports.Export.Html.v8 Assembly > GrapeCity.ActiveReports.Export.Html.Page Namespace > ILinkProvider Interface : DocumentMapLink Method

dictionaryEntry
The GrapeCity.ActiveReports.Extensibility.Rendering.Components.IMetadataDictionaryEntry for the document map node 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 DocumentMapLink( _
   ByVal dictionaryEntry As IMetadataDictionaryEntry, _
   ByVal context As IHtmlRenderingExtensionContext _
) As System.String
C# 
System.string DocumentMapLink( 
   IMetadataDictionaryEntry dictionaryEntry,
   IHtmlRenderingExtensionContext context
)

Parameters

dictionaryEntry
The GrapeCity.ActiveReports.Extensibility.Rendering.Components.IMetadataDictionaryEntry for the document map node 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also