ActiveReports 8
GetSectionRenderer 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 the body and page sections (IPageSection) of this report.
Syntax
'Declaration
 
Function GetSectionRenderer( _
   ByVal rendererType As System.Type _
) As System.Object
System.object GetSectionRenderer( 
   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 the page sections.
See Also

Reference

IReport Interface
IReport Members

Support Forum