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

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.v18.2.Web.dll

Declaration

public static void RegisterSingleton<T, TImpl>()
    where TImpl : T

Type Parameters

Name Description
T

A base type.

TImpl

An implemented type.

See Also