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

IReportDataV2.ParametersObjectType Property

Gets the type of the reports parameter object.

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

Type ParametersObjectType { get; }

Property Value

Type Description
Type

A System.Type of an object that specifies report parameters (typically, the ReportParametersObjectBase descendant).

See Also