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

action
The GrapeCity.ActiveReports.Extensibility.Rendering.Components.IAction to get the Drillthrough link value from.
context
The GrapeCity.ActiveReports.Export.Html.Page.IHtmlRenderingExtensionContext containing the shared information for rendering.

Glossary Item Box

Returns a string value to use as a Drillthrough link.

Syntax

Visual Basic (Declaration) 
Function DrillthroughLink( _
   ByVal action As IAction, _
   ByVal context As IHtmlRenderingExtensionContext _
) As System.String
C# 
System.string DrillthroughLink( 
   IAction action,
   IHtmlRenderingExtensionContext context
)

Parameters

action
The GrapeCity.ActiveReports.Extensibility.Rendering.Components.IAction to get the Drillthrough link value from.
context
The GrapeCity.ActiveReports.Export.Html.Page.IHtmlRenderingExtensionContext containing the shared information for rendering.

Return Value

String value to use as the href value

See Also