'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;}