'Declaration Function DocumentMapLink( _ ByVal dictionaryEntry As IMetadataDictionaryEntry, _ ByVal context As IHtmlRenderingExtensionContext _ ) As String
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.