ReportDataV2.ParametersObjectType Property
In This Article
Specifies the type of the reports parameter object.
Namespace: DevExpress.Persistent.BaseImpl.EF
Assembly: DevExpress.Persistent.BaseImpl.EFCore.v24.2.dll
NuGet Package: DevExpress.Persistent.BaseImpl.EF6
#Declaration
[VisibleInListView(false)]
[TypeConverter(typeof(ReportParametersObjectTypeConverter))]
[NotMapped]
public Type ParametersObjectType { get; set; }
#Property Value
Type | Description |
---|---|
Type | A System. |
#Implements
See Also