ActiveReports 11
GetService Method (IRenderComponent)

GrapeCity.ActiveReports.Extensibility.v11 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > IRenderComponent Interface : GetService Method
An object that specifies the type of service object to get.
Gets the service object of the specified type.
Syntax
'Declaration
 
Function GetService( _
   ByVal serviceType As Type _
) As Object
object GetService( 
   Type serviceType
)

Parameters

serviceType
An object that specifies the type of service object to get.

Return Value

A service object of type serviceType.-or- null if there is no service object of type serviceType.
See Also

Reference

IRenderComponent Interface
IRenderComponent Members