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
)
Public Function Find (
item As String,
findType As ReportFindType
) As Report
Parameters
- item
- Type: SystemString
The report find criteria. - findType
- Type: NetQuarryReportFindType
The type of find to use.
Return Value
Type:
ReportThe report if found, else false.
See Also