DefaultReportDesignerContainer.RegisterSingleton<T, TImpl>() Method
Adds the specified service implementation to the service container as a singleton.
Namespace: DevExpress.XtraReports.Web.ReportDesigner
Assembly: DevExpress.XtraReports.v25.1.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Type Parameters
| Name | Description |
|---|---|
| T | A base type. |
| TImpl | An implemented type. |
See Also