Click or drag to resize

Favorites.ContainsReport 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)
Syntax
public bool ContainsReport(
	string reportID
)

Parameters

reportID
Type: System.String
The ID of the report in question.

Return Value

Type: Boolean
True if report is already present in the collection, else false.
See Also