JAMS Developer Guide
Report Property


MVPSI.JAMS.Sym.Activities Namespace > ReportFileToPC Class : Report Property
The Name of the Report File in the "/SYMnnn/REPORT" Directory)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("SYM")>
<System.ComponentModel.DescriptionAttribute("The SymReport that identifies the report. This is returned by RunJobFile.")>
<System.Activities.RequiredArgumentAttribute()>
Public Property Report As System.Activities.InArgument(Of SymReport)
'Usage
 
Dim instance As ReportFileToPC
Dim value As System.Activities.InArgument(Of SymReport)
 
instance.Report = value
 
value = instance.Report
[System.ComponentModel.Category("SYM")]
[System.ComponentModel.Description("The SymReport that identifies the report. This is returned by RunJobFile.")]
[System.Activities.RequiredArgument()]
public System.Activities.InArgument<SymReport> Report {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReportFileToPC Class
ReportFileToPC Members