我在向导中有2个图表控件。 是否可以在不使用xrChart的情况下将此图表复制到XtraReport? Chartcontrol 1是条形图,chartcontrol 2是饼图。 数据来自数据表。
答案 0 :(得分:0)
浏览文档部分 - Use Charts, Grids and Custom Controls
这将帮助您了解如何通过数据绑定将图表控件添加到xtrareport ..
How to: Create a Report with a Chart Containing Series Bound to Data
How to: Create a Report with a Chart Bound to Data Using Series Templates
希望这些帮助..