Click or drag to resize

ReportFindType Enumeration

Used to specify how a Report is to be found in a Reports collection using Reports.Find.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum ReportFindType
Members
  Member nameValueDescription
ByName1The report should be found by name.
ById2The report should be found by Id. Note that Id is the standard indexer into the Reports collection.
ByParams3The report should be found by the 'Params' value. In a SSRS report this is the name of the report.
ByKey4The report should be found by the 'ReportKey' value. In a SSRS report this is the name of the report.
See Also