ReportingCloudDeleteTemplate Method |
This method deletes a template from the template storage.
Namespace:
TXTextControl.ReportingCloud
Assembly:
ReportingCloudWrapper (in ReportingCloudWrapper.dll) Version: 1.0.204.500 (1.0.204.500)
Syntax public void DeleteTemplate(
string templateName
)
Parameters
- templateName
- Type: SystemString
The name of the template in the template storage.
See Also