Adding Charts to the Report
1 Click the Controls tab in the Report Designer toolbox.
2 Click and expand the Common Components tree to display all available components.
3 Click the Chart button.
4 Move the mouse pointer over the report and the cursor changes into a cross-hair. Click on your report where you would like to place the chart, and then resize the field to show the image.
Link Subreports
5 With the chart selected, modify the following required chart properties in the Properties window:
• DataX: Specify the data series to plot the X axis of the chart; for example, month(sod_date).
• DataY: Specify the data series to plot the Y axis of the chart, separating multiple data series using semicolons; for example, sod_qty_ord; sod_qty_pick.
• ChartType: Specify the type of the chart: bar, column, pie, scatter, line, or area.
6 Optionally modify other properties to tailor the chart to your specific needs.