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

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

Sends the specified report template to a storage.

Namespace: DevExpress.XtraReports.Extensions

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

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