JAMS Developer Guide
IJAMSHostReports Interface
Members 


MVPSI.JAMS.Host Namespace : IJAMSHostReports Interface
The IJAMSHostReports interface is implemented by classes that are responsible for executing a job that uses report information. If your host needs the information supplied in report definitions of a job definition, implement IJAMSHostReports. Note that you also have to implement IJAMSHost to create a complete host but, the Execute method of IJAMSHost does not need to be implemented, it is replaced by the IJAMSHostReports.Execute method.
Object Model
IJAMSHostReports Interface
Syntax
'Declaration
 
Public Interface IJAMSHostReports 
'Usage
 
Dim instance As IJAMSHostReports
public interface IJAMSHostReports 
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

IJAMSHostReports Members
MVPSI.JAMS.Host Namespace