FAQ/Questions/Using-ReportParts.md
... ...
@@ -86,7 +86,7 @@ In ASPX:
86 86
<body>
87 87
<form id="form1" runat="server">
88 88
<div>
89
- <cc1:ReportPart id=ReportPartID1 runat="server" Report="ord" Part="Chart" ResourcesInclusion="Embedded" CombineScripts="true"/>
89
+ <cc1:ReportPart id=ReportPartID1 runat="server" Report="ord" Part="Chart" ResourcesInclusion="Embedded" CombineScripts="true" ResponseServerPath="../rs.aspx"/>
90 90
</div>
91 91
</form>
92 92
</body>
... ...
@@ -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-embedscripts="true"></div>
99
+ <div class="report-part" data-report="Sales" data-part="chart" data-responseserverpath="../rs.aspx"></div>
100 100
</body>
101 101
```
102 102