Click or drag to resize

ReportingCloudUploadTemplate Method

This method uploads a template to the template storage.

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

Parameters

templateName
Type: SystemString
The destination name of the template in the template storage.
template
Type: SystemByte
The template data encoded as a Base64 string.
See Also