dbb367292f8702c96a75ad38ec6e01eadbb82556
API/CodeSamples/ReportList/custom-report-list.md
| ... | ... | @@ -86,4 +86,6 @@ Newer versions of the demo site that are distributed on the Izenda site include |
| 86 | 86 | |
| 87 | 87 | ###Incorporating the report list into an existing application |
| 88 | 88 | |
| 89 | -If you want to incorporate the report list page into your existing application, you have some options. The first option is to use the placeholder tags for the report list in your masterpage. They are called HeadPlaceHolder, PlaceHolder, and FooterPlaceHolder respectively, although they can be changed at your discretion as long as they remain consistent throughout the application. These placeholders will only be displayed on pages that use the placeholders and insert additional content into them. Therefore, you will end up with your own business's masterpage being used on reporting pages. If you want to retain the links that are normally displayed in the toolbar then you can either make that part of your masterpage or part of your reporting section by extracting the HTML for those list items and placing them where you see fit. |
|
| ... | ... | \ No newline at end of file |
| 0 | +If you want to incorporate the report list page into your existing application, you have some options. The first option is to use the placeholder tags for the report list in your masterpage. They are called HeadPlaceHolder, PlaceHolder, and FooterPlaceHolder respectively, although they can be changed at your discretion as long as they remain consistent throughout the application. These placeholders will only be displayed on pages that use the placeholders and insert additional content into them. Therefore, you will end up with your own business's masterpage being used on reporting pages. If you want to retain the links that are normally displayed in the toolbar then you can either make that part of your masterpage or part of your reporting section by extracting the HTML for those list items and placing them where you see fit. Below is an example of the aforementioned process. |
|
| 1 | + |
|
| 2 | +![]() |
|
| ... | ... | \ No newline at end of file |