DefaultWebDocumentViewerContainer.Current Property
In This Article
Provides access to the container for services.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
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, implementing the IService |
See Also