DefaultQueryBuilderContainer.Current Property
In This Article
Provides access to the service container.
Namespace: DevExpress.XtraReports.Web.QueryBuilder
Assembly: DevExpress.XtraReports.v24.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
#Declaration
public static IServiceProvider Current { get; set; }
#Property Value
Type | Description |
---|---|
IService |
An object that implements the IService |
See Also