MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components Namespace / MemoryReportItem Class / GetService Method
An object that specifies the type of service object to get.

In This Topic
GetService Method (MemoryReportItem)
In This Topic
Gets the service object of the specified type.
Syntax
'Declaration
 
Public MustOverride Function GetService( _
   ByVal serviceType As Type _
) As Object
 

Parameters

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