Skip to main content
A newer version of this page is available. .

XRDesignPanel.GetService(Type) Method

Obtains the service object of the specified type from the designer host used by the XRDesignPanel.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public object GetService(
    Type serviceType
)

Parameters

Name Type Description
serviceType Type

A Type object that specifies the type of the service object to obtain.

Returns

Type Description
Object

A service object of the specified type, or null (Nothing in Visual Basic) if there is no service object of this type.

The following code snippets (auto-collected from DevExpress Examples) contain references to the GetService(Type) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Implements

See Also