fd68c223f03ccddac7c009ae5c57b706ab495727
FAQ/Questions/Using-ReportParts.md
| ... | ... | @@ -96,7 +96,7 @@ Pure HTML: |
| 96 | 96 | |
| 97 | 97 | ```html |
| 98 | 98 | <body> |
| 99 | - <div class="report-part" data-report="Sales" data-part="chart" data-responseserverpath="../rs.aspx"></div> |
|
| 99 | + <div class="report-part" data-report="Sales" data-part="chart" data-embedscripts="true" data-responseserverpath="../rs.aspx"></div> |
|
| 100 | 100 | </body> |
| 101 | 101 | ``` |
| 102 | 102 |