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

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.

Glossary Item Box

Returns a string value to use as a link for sorting toggle.

Syntax

Visual Basic (Declaration) 
Function SortingToggleLink( _
   ByVal layoutArea As ILayoutArea, _
   ByVal context As IHtmlRenderingExtensionContext _
) As System.String
C# 
System.string SortingToggleLink( 
   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