Gets the service of the specified type, if it is available.
Namespace: MindFusion.Reporting.WinForms
Assembly: MindFusion.Reporting.Editor
C# Copy Code |
---|
public T GetService<T> () |
Visual Basic Copy Code |
---|
Public Function GetService(Of T) () As T |
An object implementing the requested service, or null (Nothing in Visual Basic), if the service cannot be found.