JAMS Developer Guide
Load(ReportType,String,Int32,Server) Method


MVPSI.JAMS Namespace > ReportType Class > Load Method : Load(ReportType,String,Int32,Server) Method
The JAMS ReportType which is returned from this method.
The name of the ReportType to load.
The ID of the ReportType to load.
The JAMS Server to load from.
Load a ReportType definition from the specified JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef reportType As ReportType, _
   ByVal reportTypeName As System.String, _
   ByVal reportTypeID As System.Integer, _
   ByVal js As Server _
) 
'Usage
 
Dim reportType As ReportType
Dim reportTypeName As System.String
Dim reportTypeID As System.Integer
Dim js As Server
 
ReportType.Load(reportType, reportTypeName, reportTypeID, js)
public static void Load( 
   out ReportType reportType,
   System.string reportTypeName,
   System.int reportTypeID,
   Server js
)

Parameters

reportType
The JAMS ReportType which is returned from this method.
reportTypeName
The name of the ReportType to load.
reportTypeID
The ID of the ReportType to load.
js
The JAMS Server to load from.
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

ReportType Class
ReportType Members
Overload List