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

DefaultQueryBuilderContainer.Current Property

Provides access to the service container.

Namespace: DevExpress.XtraReports.Web.QueryBuilder

Assembly: DevExpress.XtraReports.v19.1.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

public static IServiceProvider Current { get; set; }

Property Value

Type Description
IServiceProvider

An object that implements the IServiceProvider interface.

See Also