'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.