Telerik Reporting

Retrieves the list of the available rendering extensions.

Namespace:  Telerik.Reporting.Service
Assembly:  Telerik.Reporting.Service (in Telerik.Reporting.Service.dll)

Syntax

C#
IList<ExtensionInfo> ListRenderingExtensions()
Visual Basic (Declaration)
Function ListRenderingExtensions As IList(Of ExtensionInfo)

Return Value

List of the available rendering extensions.

See Also