71e01b8c5a675c076ee009f696796af1d5d0712b
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 |
| ... | ... | @@ -67,4 +67,8 @@ Then you can add HTML like the following to use a ReportPart. |
| 67 | 67 | </body> |
| 68 | 68 | ``` |
| 69 | 69 | |
| 70 | -The data-report tag references the complete name of the report and the data-part identifier should be one of the items listed above, but this is not case-sensitive in this context. |
|
| ... | ... | \ No newline at end of file |
| 0 | +The data-report tag references the complete name of the report and the data-part identifier should be one of the items listed above, but this is not case-sensitive in this context. |
|
| 1 | + |
|
| 2 | +The result of the HTML example is shown below. |
|
| 3 | + |
|
| 4 | +![]() |
|
| ... | ... | \ No newline at end of file |