'Declaration
Public Overloads Shared Function Exists( _ ByVal reportTypeName As System.String, _ ByVal js As Server _ ) As System.Boolean
'Usage
Dim reportTypeName As System.String Dim js As Server Dim value As System.Boolean value = ReportType.Exists(reportTypeName, js)
public static System.bool Exists( System.string reportTypeName, Server js )
Parameters
- reportTypeName
- ReportType Name.
- js
- JAMS Server.
Return Value
True if the ReportType exists.