Determines whether [has report definition] [the specified bo name].
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public bool hasReportDefinitionName(
string sReportDefinitionName,
string sReportDefID
)
Public Function hasReportDefinitionName ( _
sReportDefinitionName As String, _
sReportDefID As String _
) As Boolean
public:
bool^ hasReportDefinitionName(
String^ sReportDefinitionName,
String^ sReportDefID
)
Parameters
- sReportDefinitionName
- Type: String
Name of the report.
- sReportDefID
- Type: String
The report identifier.
Return Value
true if [has report definition] [the specified report name]; otherwise,
false.