ActiveReports 8
GetSectionRenderer Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IReport Interface : GetSectionRenderer Method

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

Glossary Item Box

Gets a renderer of the specified type that can render the body and page sections (IPageSection) of this report.

Syntax

Visual Basic (Declaration) 
Function GetSectionRenderer( _
   ByVal rendererType As System.Type _
) As System.Object
C# 
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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also