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.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
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. |
See Also