| 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.