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