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

ReportTemplateExtension.GetIconImage(Guid) Method

Returns an icon for the specified report template.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public byte[] GetIconImage(
    Guid templateID
)

Parameters

Name Type Description
templateID Guid

A Guid structure.

Returns

Type Description
Byte[]

A Byte array.

Implements

See Also