InfoConnect for Airlines
EndReport Property


Gets or sets the text that appears at the end of a MAPPER report.
Syntax
'Declaration
 
Property EndReport As String
'Usage
 
Dim instance As IMapperFileTransfer
Dim value As String
 
instance.EndReport = value
 
value = instance.EndReport
string EndReport {get; set;}
See Also