GalleryItem.ItemType Property
Specifies a Report Gallery item’s type.
Namespace: DevExpress.XtraReports.ReportGallery
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public GalleryItemType ItemType { get; set; }
#Property Value
Type | Description |
---|---|
Gallery |
The item type. |
Available values:
Name | Description |
---|---|
Unknown | The unknown type. |
Report | The report. |
Multiple |
Multiple controls. |
Label | The XRLabel control. |
Check |
The XRCheck |
Rich |
The XRRich |
Picture |
The XRPicture |
Panel | The XRPanel control. |
Table | The XRTable control. |
Character |
The XRCharacter |
Line | The XRLine control. |
Shape | The XRShape control. |
Bar |
The XRBar |
Chart | The XRChart control. |
Gauge | The XRGauge control. |
Sparkline | The XRSparkline control. |
Pivot |
The XRPivot |
Cross |
For internal use. |
Subreport | The XRSubreport control. |
Page |
The XRPage |
Page |
The XRPage |
Pdf |
|
Pdf |
|
Top |
The Top |
Page |
The Page |
Report |
The Report |
Group |
The Group |
Detail | The Detail band. |
Detail |
The Detail |
Group |
The Group |
Report |
The Report |
Page |
The Page |
Bottom |
The Bottom |
Vertical |
The Vertical |
Vertical |
The Vertical |
Vertical |
The Vertical |
Sql |
The Sql |
Excel |
The Excel |
Json |
The Json |
Object |
|
XPObject |
|
EFData |
|
Federation |
|
Mongo |
|
Style | The style. |
#Remarks
This property is used internally to identify the item icon. In most cases, you do need to use this property explicitly.