ReportFindType Enumeration |
Namespace: NetQuarry
| Member name | Value | Description | |
|---|---|---|---|
| ByName | 1 | The report should be found by name. | |
| ById | 2 | The report should be found by Id. Note that Id is the standard indexer into the Reports collection. | |
| ByParams | 3 | The report should be found by the 'Params' value. In a SSRS report this is the name of the report. | |
| ByKey | 4 | The report should be found by the 'ReportKey' value. In a SSRS report this is the name of the report. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.