ActiveReports 12
VisibilityToggleLink Method

GrapeCity.ActiveReports.Export.Html.v12 Assembly > GrapeCity.ActiveReports.Export.Html.Page Namespace > ILinkProvider Interface : VisibilityToggleLink Method
The GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea for the item that can be toggled.
The GrapeCity.ActiveReports.Export.Html.Page.IHtmlRenderingExtensionContext used to pass information.
Returns a string value to use as a link for visibility toggle.
Syntax
'Declaration
 
Function VisibilityToggleLink( _
   ByVal layoutArea As ILayoutArea, _
   ByVal context As IHtmlRenderingExtensionContext _
) As String
string VisibilityToggleLink( 
   ILayoutArea layoutArea,
   IHtmlRenderingExtensionContext context
)

Parameters

layoutArea
The GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea for the item that can be toggled.
context
The GrapeCity.ActiveReports.Export.Html.Page.IHtmlRenderingExtensionContext used to pass information.

Return Value

String value to use as the href value.
See Also

Reference

ILinkProvider Interface
ILinkProvider Members