Skip to main content
.NET 6.0+

IReportDataV2.ParametersObjectType Property

Gets the type of the reports parameter object.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.Persistent.Base.v23.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