ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / IServiceContainer Interface / GetService<T> Method

In This Topic
    GetService<T> Method (IServiceContainer)
    In This Topic
    Gets service from container
    Syntax
    'Declaration
     
    Function GetService(Of T)() As T
    T GetService<T>()

    Type Parameters

    T

    Return Value

    Service or null if service is not found
    See Also