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

ReportParametersObjectBase.ObjectSpace Property

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

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.Persistent.Base.v19.1.dll

Declaration

public IObjectSpace ObjectSpace { get; }

Property Value

Type Description
IObjectSpace

An IObjectSpace object used by the report parameters Detail View.

See Also