API/CodeSamples/ReportList/custom-report-list.md
... ...
@@ -61,7 +61,7 @@ foreach (ReportInfo info in reports)
61 61
```
62 62
63 63
As it iterates, you can print out the report name as a hyperlink that links to the Report Designer page. You can also do this via javascript or add buttons and functionality as you desire.
64
-
64
+<!---
65 65
**Report List code sample with no asp objects**
66 66
67 67
This code sample utilizes no asp objects and prints out a simple list of reports with the format of the name or cat/name in a list on the page.
... ...
@@ -80,6 +80,7 @@ This code sample utilizes asp controls and prints out a list of reports using th
80 80
81 81
* [[ReportListFull.zip|http://www.izenda.com/Site/downloads/ReportListFull.zip]]
82 82
83
+--->
83 84
###6.7 And Later
84 85
85 86
Newer versions of the demo site that are distributed on the Izenda site include a different page structure that leverages jQuery technologies and can be customized by modifying the javascript. It is pre-built to perform necessary functions that leverage the page structure and naming conventions. However, since it is open for editing, you can see how the Report List is built. As such, there will not be any code samples included here.