ReportDataV2.PredefinedReportTypeName Property
Specifies the name of the reports parameter object type.
Namespace: DevExpress.Persistent.BaseImpl.EF
Assembly: DevExpress.Persistent.BaseImpl.EF.v19.2.dll
Declaration
[Browsable(false)]
[FieldSize(512)]
public string PredefinedReportTypeName { get; set; }
<Browsable(False)>
<FieldSize(512)>
Public Property PredefinedReportTypeName As String
[Browsable(false)]
[FieldSize(512)]
public string PredefinedReportTypeName { get; set; }
<Browsable(False)>
<FieldSize(512)>
Public Property PredefinedReportTypeName As String
Property Value
Type |
Description |
String |
A string which is the name of the reports parameter object type.
|
Property Value
Type |
Description |
String |
A string which is the name of the reports parameter object type.
|
See Also