FAQ/ListReports.md
... ...
@@ -37,7 +37,6 @@ public override Izenda.AdHoc.ReportInfo[] ListReports() {
37 37
if (command.Connection.State == System.Data.ConnectionState.Open)
38 38
command.Connection.Close();
39 39
return (Izenda.AdHoc.ReportInfo[])reportNames.ToArray(typeof(Izenda.AdHoc.ReportInfo));
40
- /* END Database Mode Code Sample */
41 40
}
42 41
43 42
```
... ...
@@ -145,8 +144,6 @@ End Class
145 144
###FileSystemAdHocConfig
146 145
147 146
```visualbasic
148
-'BEGIN Filesystem Mode Code Sample
149
-
150 147
Public Overrides Function ListReports() As ReportInfo()
151 148
Dim reports As New ArrayList()
152 149