XRDesignPanel.AddService(Type, Object) Method
Adds the specified service to the XRDesignPanel instance.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v25.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| type | Type | The type of service to add. |
| value | Object | An Object, representing an instance of the service type to be added. This object must implement or inherit from the type indicated by the type parameter. |
See Also