ActiveReports 12
DocumentMapTarget Method

GrapeCity.ActiveReports.Export.Html.v12 Assembly > GrapeCity.ActiveReports.Export.Html.Page Namespace > ILinkProvider Interface : DocumentMapTarget Method
A string value representing the base name for the document map target.
The GrapeCity.ActiveReports.Export.Html.Page.IHtmlRenderingExtensionContext containing the shared information for rendering.
Returns as string value to use as a Document map target.
Syntax
'Declaration
 
Function DocumentMapTarget( _
   ByVal targetName As String, _
   ByVal context As IHtmlRenderingExtensionContext _
) As String
string DocumentMapTarget( 
   string targetName,
   IHtmlRenderingExtensionContext context
)

Parameters

targetName
A string value representing the base name for the document map target.
context
The GrapeCity.ActiveReports.Export.Html.Page.IHtmlRenderingExtensionContext containing the shared information for rendering.

Return Value

String value to use as the href value's target.
See Also

Reference

ILinkProvider Interface
ILinkProvider Members