Click or drag to resize

ReportingCloudDownloadTemplate Method

This method returns a template from the template storage as a byte array.

Namespace:  TXTextControl.ReportingCloud
Assembly:  ReportingCloudWrapper (in ReportingCloudWrapper.dll) Version: 1.0.204.500 (1.0.204.500)
Syntax
C#
public byte[] DownloadTemplate(
	string templateName
)

Parameters

templateName
Type: SystemString
The name of the template in the template storage.

Return Value

Type: Byte
See Also