ReportParametersObjectBase.ObjectSpace Property
In This Article
Gets an Object Space used by the report parameters Detail View.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
#Declaration
public IObjectSpace ObjectSpace { get; }
#Property Value
Type | Description |
---|---|
IObject |
An IObject |
See Also