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

GalleryItem.ID Property

Specifies the unique identifier of a Report Gallery item.

Namespace: DevExpress.XtraReports.ReportGallery

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

public string ID { get; set; }

Property Value

Type Description
String

A String value that specifies the item ID.

See Also