Gets the service.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public T GetService<T>()
where T : class
Visual Basic (Declaration)
Public Function GetService(Of T As Class) As T
Visual C++
public:
generic<typename T>
where T : ref class
T GetService()

Type Parameters

T
The type of service.

Return Value

The service object defined by type.

See Also