ff05aace65a4973e4a0f5b3a0e93628b6e09c284
FAQ/LoadReportSet.md
| ... | ... | @@ -92,4 +92,8 @@ Public Overrides Function LoadReportSet(reportName As String) As ReportSet |
| 92 | 92 | |
| 93 | 93 | ' END Filesystem Mode Code Sample |
| 94 | 94 | End Function |
| 95 | -``` |
|
| ... | ... | \ No newline at end of file |
| 0 | +``` |
|
| 1 | + |
|
| 2 | +##Logging Loading Exceptions |
|
| 3 | + |
|
| 4 | +The "No Fields Selected" error occurs when there are zero valid fields in the report. The system is designed to hide reports when an exception occurs because it assumes it is a security exception and the user is not allowed to view that report for one of a multitude of reasons. The system is designed to hide reports that are not included in the current users's security credentials. If you would like to log the loading exception, you can do so by wrapping the above method in a try catch block and handling the exception by logging it where you want to view it later. |
|
| ... | ... | \ No newline at end of file |