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