Skip to main content
.NET 6.0+

ReportDataV2.ParametersObjectType Property

Specifies the type of the reports parameter object.

Namespace: DevExpress.Persistent.BaseImpl.EF

Assembly: DevExpress.Persistent.BaseImpl.EFCore.v23.2.dll

Declaration

[VisibleInListView(false)]
[TypeConverter(typeof(ReportParametersObjectTypeConverter))]
[NotMapped]
public Type ParametersObjectType { get; set; }

Property Value

Type Description
Type

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

See Also