ReportDataV2.PredefinedReportType Property
Specifies the type of the predefined report.
Namespace: DevExpress.Persistent.BaseImpl
Assembly: DevExpress.Persistent.BaseImpl.Xpo.v25.2.dll
NuGet Package: DevExpress.Persistent.BaseImpl.Xpo
Declaration
[Browsable(false)]
[Size(512)]
[ValueConverter(typeof(TypeToStringConverter))]
public Type PredefinedReportType { get; set; }
Property Value
| Type | Description |
|---|---|
| Type | A System.Type object that specifies the type of the predefined report. |
Implements
See Also