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

Gallery.LastID Property

Specifies the ID of the last available Report Gallery item.

Namespace: DevExpress.XtraReports.ReportGallery

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public int LastID { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the item ID.

See Also