ReportOutputname Property |
Defines the output name of the created report.
A short ID will be added. Leave blank for automatic name.
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string Outputname { get; set; }
Public Property Outputname As String
Get
Set
Dim instance As Report
Dim value As String
value = instance.Outputname
instance.Outputname = value
Property Value
StringSee Also