JAMS Developer Guide
ReportDataSource Enumeration


MVPSI.JAMS Namespace : ReportDataSource Enumeration
The ReportDataSource enumeration identifies the data source that a report is expecting.
Syntax
'Declaration
 
Public Enum ReportDataSource 
   Inherits System.Enum
'Usage
 
Dim instance As ReportDataSource
public enum ReportDataSource : System.Enum 
Members
MemberDescription
AuditTrailAudit Trail
CurrentScheduleThe current schedule
FoldersA list of Folder definitions
HistoryExecution History
JobsA list of Job definitions
NoneUndefined
ProjectedScheduleA projected schedule
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.ReportDataSource

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

MVPSI.JAMS Namespace