Click or drag to resize

ReportsFind Method

Find a report in the collection.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Report Find(
	string item,
	ReportFindType findType
)

Parameters

item
Type: SystemString
The report find criteria.
findType
Type: NetQuarryReportFindType
The type of find to use.

Return Value

Type: Report
The report if found, else false.
See Also