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

GalleryItem.Content Property

Specifies the content of a Report Gallery item.

Namespace: DevExpress.XtraReports.ReportGallery

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public byte[] Content { get; set; }

Property Value

Type Description
Byte[]

A Byte array that stores the item content.

See Also