JAMS 6.x Help
Item Property (Submit.ReportCollection)


Gets and sets the Submit.Report based upon the report name.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal reportName As System.String _
) As Submit.Report
'Usage
 
Dim instance As Submit.ReportCollection
Dim reportName As System.String
Dim value As Submit.Report
 
value = instance.Item(reportName)
public new Submit.Report this[ 
   System.string reportName
]; {get;}

Parameters

reportName
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

Submit.ReportCollection Class
Submit.ReportCollection Members