FAQ/Questions/Using-ReportParts.md
... ...
@@ -60,8 +60,11 @@ Then you can add HTML like the following to use a ReportPart.
60 60
```html
61 61
<body>
62 62
<div style="margin:5px; padding:10px; border: 1px solid gray; background-color: white;">
63
+ <h1>Sales Chart</h1>
63 64
<div class="report-part" data-report="Sales" data-part="chart"></div>
65
+ <h1>Finance Chart</h1>
64 66
<div class="report-part" data-report="Finance" data-part="chart"></div>
67
+ <h1>Accounting Details</h1>
65 68
<div class="report-part" data-report="Accounting" data-part="detail"></div>
66 69
</div>
67 70
</body>
... ...
@@ -71,4 +74,4 @@ The data-report tag references the complete name of the report and the data-part
71 74
72 75
The result of the HTML example is shown below.
73 76
74
-![]()
... ...
\ No newline at end of file
0
+![](/FAQ/Questions/Using-ReportParts/ReportParts.png)
... ...
\ No newline at end of file