Skip to main content
.NET 6.0+

ReportParametersObjectBase.ObjectSpace Property

Gets an Object Space used by the report parameters Detail View.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

public IObjectSpace ObjectSpace { get; }

Property Value

Type Description
IObjectSpace

An IObjectSpace object used by the report parameters Detail View.

See Also