ITemplateProvider.SendTemplate(String, String, Byte[], Image, Image) Method
In This Article
Sends the specified report template to a storage.
Namespace: DevExpress.XtraReports.Extensions
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
template |
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