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

ReportTemplateExtension.GetPreviewImageAsync(Guid, Action<Guid, Byte[]>) Method

Obtains the preview image of a report template, asynchronously.

Namespace: DevExpress.XtraReports.Extensions

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

Declaration

public void GetPreviewImageAsync(
    Guid templateID,
    Action<Guid, byte[]> callback
)

Parameters

Name Type Description
templateID Guid

A Guid structure.

callback Action<Guid, Byte[]>

A Action delegate.

See Also