f9089dac91ca90281b3b4b38e3784d37320de87e
FAQ/Questions/Using-ReportParts.md
| ... | ... | @@ -17,7 +17,7 @@ You can insert ReportParts into aspx webpages using a custom element on the page |
| 17 | 17 | First, your aspx page will have to include a reference to Izenda.AdHoc |
| 18 | 18 | |
| 19 | 19 | ```asp |
| 20 | -<%@ Register TagPrefix="cc1" Namespace="Izenda.Web.UI" Assembly="Izenda.AdHoc" %> |
|
| 20 | +<%@ Register TagPrefix="cc1" Namespace="Izenda.Web.UI" Assembly="Izenda.AdHoc" %> |
|
| 21 | 21 | ``` |
| 22 | 22 | |
| 23 | 23 | Then you can add HTML like the following to use a ReportPart |