XtraReportData.ParametersObjectType Property
Specifies the type of the reports parameter object.
Namespace: DevExpress.Persistent.BaseImpl
Assembly: DevExpress.Persistent.BaseImpl.v19.2.dll
Declaration
[VisibleInListView(false)]
public Type ParametersObjectType { get; set; }
<VisibleInListView(False)>
Public Property ParametersObjectType As Type
[VisibleInListView(false)]
[TypeConverter(typeof(ReportParametersObjectTypeConverter))]
public Type ParametersObjectType { get; set; }
<VisibleInListView(False)>
<TypeConverter(GetType(ReportParametersObjectTypeConverter))>
Public Property ParametersObjectType As Type
[VisibleInListView(false)]
[TypeConverter(typeof(ReportParametersObjectTypeConverter))]
public Type ParametersObjectType { get; set; }
<VisibleInListView(False)>
<TypeConverter(GetType(ReportParametersObjectTypeConverter))>
Public Property ParametersObjectType As Type
See Also