ReportTemplateName Property |
Selects the name of the template that should be used.
Leave blank to use the servers default template.
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string TemplateName { get; set; }
Public Property TemplateName As String
Get
Set
Dim instance As Report
Dim value As String
value = instance.TemplateName
instance.TemplateName = value
Property Value
StringSee Also