FavoritesContainsReport Method (String) |
Determine if the collection already has an entry for the specified report.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic bool ContainsReport(
string reportID
)
Public Function ContainsReport (
reportID As String
) As Boolean
Parameters
- reportID
- Type: SystemString
The ID of the report in question.
Return Value
Type:
BooleanTrue if report is already present in the collection, else false.
See Also