Skip to main content

ITemplateProvider.GetIconImage(Guid) Method

Returns an icon for the specified report template.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

byte[] GetIconImage(
    Guid templateID
)

Parameters

Name Type Description
templateID Guid

A Guid structure.

Returns

Type Description
Byte[]

A Byte array.

See Also