ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / RenderersFactory Class / GetRenderer<T> Method
The type of the renderer.
The report item.

In This Topic
GetRenderer<T> Method (RenderersFactory)
In This Topic
Gets the renderer for the specified report item.
Syntax
'Declaration
 
Public Function GetRenderer(Of T As {Class, IRenderer})( _
   ByVal item As IReportItem _
) As T
 

Parameters

item
The report item.

Type Parameters

T
The type of the renderer.

Return Value

The renderer for the specified report item.
See Also