Skip to main content

DefaultReportDesignerContainer.RegisterSingleton<T>(T) Method

Adds the specified service instance to the service container as a singleton.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public static void RegisterSingleton<T>(
    T instance
)

Parameters

Name Type Description
instance T

An instance to register.

Type Parameters

Name Description
T

A base type.

See Also