MindFusion WinForms Programmer's Guide
ReportEditor.GetService(T) Method
See Also
 





Gets the service of the specified type, if it is available.

Namespace: MindFusion.Reporting.WinForms
Assembly: MindFusion.Reporting.Editor

 Syntax

C#  Copy Code

public T GetService<T> ()

Visual Basic  Copy Code

Public Function GetService(Of T) () As T

 Return Value

An object implementing the requested service, or null (Nothing in Visual Basic), if the service cannot be found.

 See Also

ReportEditor Members
ReportEditor Class
MindFusion.Reporting.WinForms Namespace