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

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.

Glossary Item Box

Returns as string value to use as a Document map target.

Syntax

Visual Basic (Declaration) 
Function DocumentMapTarget( _
   ByVal targetName As System.String, _
   ByVal context As IHtmlRenderingExtensionContext _
) As System.String
C# 
System.string DocumentMapTarget( 
   System.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