bc66f8d63fd6b84086509a28c1e4f475e66ec08b
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 | -```ASP |
|
| 19 | +```aspx |
|
| 20 | 20 | <%@ Register TagPrefix="cc1" Namespace="Izenda.Web.UI" Assembly="Izenda.AdHoc" %> |
| 21 | 21 | ``` |
| 22 | 22 |