Skip to main content

ITemplateProvider.SendTemplate(String, String, Byte[], Image, Image) Method

Sends the specified report template to a storage.

Namespace: DevExpress.XtraReports.Extensions

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

NuGet Package: DevExpress.Win.Reporting

Declaration

void SendTemplate(
    string templateName,
    string description,
    byte[] layout,
    Image preview,
    Image icon
)

Parameters

Name Type Description
templateName String

A String value, specifying the template name.

description String

A String value, specifying the template description.

layout Byte[]

A Byte array, storing the template layout.

preview Image

A Image object, specifying the template’s preview image.

icon Image

A Image object, specifying the template’s icon.

See Also