JAMS 6.x Help
Submit.ReportCollection Class
Members 


A Submit.ReportCollection holds a collection of Submit.Reports
Object Model
Submit.ReportCollection Class
Syntax
'Declaration
 
<System.Reflection.DefaultMemberAttribute("Item")>
<System.SerializableAttribute()>
Public Class Submit.ReportCollection 
   Inherits System.Collections.Generic.List(Of Submit.Report)
'Usage
 
Dim instance As Submit.ReportCollection
[System.Reflection.DefaultMember("Item")]
[System.Serializable()]
public class Submit.ReportCollection : System.Collections.Generic.List<Submit.Report> 
Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      MVPSI.JAMS.Submit.ReportCollection

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 Members
MVPSI.JAMS Namespace

Send Feedback