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

targetName
A string value representing the base name for the bookmark link 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 bookmark link target.

Syntax

Visual Basic (Declaration) 
Function BookmarkLinkTarget( _
   ByVal targetName As System.String, _
   ByVal context As IHtmlRenderingExtensionContext _
) As System.String
C# 
System.string BookmarkLinkTarget( 
   System.string targetName,
   IHtmlRenderingExtensionContext context
)

Parameters

targetName
A string value representing the base name for the bookmark link 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

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