ActiveReports 12
GetService Method (ISubreport)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace > ISubreport 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

ISubreport Interface
ISubreport Members