Back to Devexpress

GalleryItemType Enum

xtrareports-devexpress-dot-xtrareports-dot-reportgallery-e71e78ac.md

latest4.9 KB
Original Source

GalleryItemType Enum

Lists values that specifies the Report Gallery item’s type.

Namespace : DevExpress.XtraReports.ReportGallery

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum GalleryItemType
vb
Public Enum GalleryItemType

Members

NameDescription
Unknown

The unknown type.

| | Report |

The report.

| | MultipleControls |

Multiple controls.

| | Label |

The XRLabel control.

| | CheckBox |

The XRCheckBox control.

| | RichText |

The XRRichText control.

| | PictureBox |

The XRPictureBox control.

| | Panel |

The XRPanel control.

| | Table |

The XRTable control.

| | CharacterComb |

The XRCharacterComb control.

| | Line |

The XRLine control.

| | Shape |

The XRShape control.

| | BarCode |

The XRBarCode control.

| | Chart |

The XRChart control.

| | Gauge |

The XRGauge control.

| | Sparkline |

The XRSparkline control.

| | PivotGrid |

The XRPivotGrid control.

| | CrossTab |

For internal use.

| | Subreport |

The XRSubreport control.

| | PageInfo |

The XRPageInfo control.

| | PageBreak |

The XRPageBreak control.

| | PdfContent | | | PdfSignature | | | TopMargin |

The TopMargin band.

| | PageHeader |

The PageHeader band.

| | ReportHeader |

The ReportHeader band.

| | GroupHeader |

The GroupHeader band.

| | Detail |

The Detail band.

| | DetailReport |

The DetailReport band.

| | GroupFooter |

The GroupFooter band.

| | ReportFooter |

The ReportFooter band.

| | PageFooter |

The PageFooter band.

| | BottomMargin |

The BottomMargin band.

| | VerticalDetail |

The VerticalDetail band.

| | VerticalHeader |

The VerticalHeader band.

| | VerticalTotal |

The VerticalTotal band.

| | SqlDataSource |

The SqlDataSource.

| | ExcelDataSource |

The ExcelDataSource.

| | JsonDataSource |

The JsonDataSource.

| | ObjectDataSource | | | XPObjectSource | | | EFDataSource | | | FederationDataSource | | | MongoDBDataSource | | | Style |

The style.

|

The following properties accept/return GalleryItemType values:

Remarks

Values listed in this enumeration are used to set the GalleryItem.ItemType property.

See Also

DevExpress.XtraReports.ReportGallery Namespace