ReportTemplateExtension.GetIconImage(Guid) Method
Returns an icon for the specified report template.
Namespace: DevExpress.XtraReports.Extensions
Assembly: DevExpress.XtraReports.v25.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| templateID | Guid | A Guid structure. |
Returns
| Type | Description |
|---|---|
| Byte[] | A Byte array. |
Implements
See Also