JAMS Developer Guide
Load(ReportType,String) Method


MVPSI.JAMS Namespace > ReportType Class > Load Method : Load(ReportType,String) Method
The JAMS ReportType which is returned from this method.
The name of the ReportType to load.
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 _
) 
'Usage
 
Dim reportType As ReportType
Dim reportTypeName As System.String
 
ReportType.Load(reportType, reportTypeName)
public static void Load( 
   out ReportType reportType,
   System.string reportTypeName
)

Parameters

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