ActiveReports 19 .NET Edition
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
    public abstract object GetService( 
       Type serviceType
    )

    Parameters

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