Skip to main content
A newer version of this page is available. .

GalleryItemType Enum

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

Namespace: DevExpress.XtraReports.ReportGallery

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public enum GalleryItemType

Members

Name Description
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.

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
Style

The style.

Remarks

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

See Also