ActiveReports 9
GetRenderer Method

The System.Type of the base class or interface that the returned renderer must implement.
Gets a renderer of the specified type that can render this component.
Syntax
'Declaration
 
Function GetRenderer( _
   ByVal rendererType As System.Type _
) As System.Object
System.object GetRenderer( 
   System.Type rendererType
)

Parameters

rendererType
The System.Type of the base class or interface that the returned renderer must implement.

Return Value

The instance of the renderer that that provides rendering services for this component.
See Also

Reference

IReportItem Interface
IReportItem Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum