ActiveReports 8
SortingToggleImageLink Method
See Also 
GrapeCity.ActiveReports.Export.Html.v8 Assembly > GrapeCity.ActiveReports.Export.Html.Page Namespace > ILinkProvider Interface : SortingToggleImageLink 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 image.

Syntax

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

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