ActiveReports 9
FindLink Method

The GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea for the item the found string.
The GrapeCity.ActiveReports.Export.Html.Page.IHtmlRenderingExtensionContext used to pass information.
The string searched for.
Returns a string value to use as a link for a match target
Syntax
'Declaration
 
Function FindLink( _
   ByVal layoutArea As ILayoutArea, _
   ByVal context As IHtmlRenderingExtensionContext, _
   ByVal searchString As System.String _
) As System.String
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.
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

Reference

ILinkProvider Interface
ILinkProvider Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum