Skip to main content

DefaultClientControlContainer.Register<T, TImpl>() Method

Adds the specified service to the service container.

Namespace: DevExpress.XtraReports.Web.ClientControls

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

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

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

Type Parameters

Name
T
TImpl
See Also