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

layoutArea
The GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea for the item the found string.
context
The GrapeCity.ActiveReports.Export.Html.Page.IHtmlRenderingExtensionContext used to pass information.
searchString
The string searched for.

Glossary Item Box

Returns a string value to use as a link for a match target

Syntax

Visual Basic (Declaration) 
Function FindLink( _
   ByVal layoutArea As ILayoutArea, _
   ByVal context As IHtmlRenderingExtensionContext, _
   ByVal searchString As System.String _
) As System.String
C# 
System.string FindLink( 
   ILayoutArea layoutArea,
   IHtmlRenderingExtensionContext context,
   System.string searchString
)

Parameters

layoutArea
The GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea for the item the found string.
context
The GrapeCity.ActiveReports.Export.Html.Page.IHtmlRenderingExtensionContext used to pass information.
searchString
The string searched for.

Return Value

A string value use to navigate to a found search item.

See Also