65c3826ba485dccbbd8234baf91f954ab9e84413
API/CodeSamples/ReportList/custom-report-list.md
| ... | ... | @@ -6,13 +6,13 @@ |
| 6 | 6 | |
| 7 | 7 | The Report List page is included in the Izenda starter kit and is simply called ReportList.aspx in the solution. The Report List is robust and AJAX driven. It includes a list of all report **Categories** and **Recent** reports on the left side. It also has a top banner with the options **Reports**, **Dashboards**, **New**, and **Settings**. And the main portion of the page is comprised of a grid of thumbnails and titles of all the reports in the selected category. |
| 8 | 8 | |
| 9 | - |
|
| 9 | + |
|
| 10 | 10 | |
| 11 | 11 | ##Left Side Bar |
| 12 | 12 | |
| 13 | 13 | The bar on the left side is where you will select report categories or recent reports. |
| 14 | 14 | |
| 15 | - |
|
| 15 | + |
|
| 16 | 16 | |
| 17 | 17 | Selecting a recent report will take you directly to the Report Viewer page while selecting a category will update the grid to the right. You can also type a search term into the **Search** box. Pressing enter or clicking the magnifying glass will submit the search. The search will update all sections of the ReportViewer with reports and categories corresponding to the search term entered. |
| 18 | 18 | |
| ... | ... | @@ -20,11 +20,11 @@ Selecting a recent report will take you directly to the Report Viewer page while |
| 20 | 20 | |
| 21 | 21 | The grid on the right side contains all report thumbnails for the selected category or entered search term. |
| 22 | 22 | |
| 23 | - |
|
| 23 | + |
|
| 24 | 24 | |
| 25 | 25 | Each thumbnail has several different options. |
| 26 | 26 | |
| 27 | - |
|
| 27 | + |
|
| 28 | 28 | |
| 29 | 29 | You can click on a thumbnail to view the report. You can also hover over the report to view options including printing the selected report, editing the report (redirects to the Report Designer), or deleting the report. These options can be enabled or disabled via various [[AdHocSettings|/API/AdHocSettings]]. |
| 30 | 30 | |
| ... | ... | @@ -32,7 +32,7 @@ You can click on a thumbnail to view the report. You can also hover over the rep |
| 32 | 32 | |
| 33 | 33 | The toolbar on this page is included in the Default.Master page. If you are using your own master page, you can incorporate the structure of the Izenda master page into your own solution. You can either paste the structure directly into your existing master page or tweak the structure to fit your own solution. |
| 34 | 34 | |
| 35 | - |
|
| 35 | + |
|
| 36 | 36 | |
| 37 | 37 | ##Customizing Report List |
| 38 | 38 |