3f72b3cbb2917e2c4bd4a3f904e5a96543fd0026
FAQ/Questions/Using-ReportParts.md
| ... | ... | @@ -16,7 +16,7 @@ You can insert ReportParts into aspx webpages using a custom element on the page |
| 16 | 16 | |
| 17 | 17 | First, your aspx page will have to include a reference to Izenda.AdHoc |
| 18 | 18 | |
| 19 | -```aspx |
|
| 19 | +```html |
|
| 20 | 20 | <%@ Register TagPrefix="cc1" Namespace="Izenda.Web.UI" Assembly="Izenda.AdHoc" %> |
| 21 | 21 | ``` |
| 22 | 22 |