ITemplateProvider.GetPreviewImageAsync(Guid, Action<Guid, Byte[]>) Method
Obtains the preview image of a report template, asynchronously.
Namespace: DevExpress.XtraReports.Extensions
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
templateID | Guid | A Guid structure. |
callback | Action<Guid, Byte[]> | A Action delegate. |
See Also