如何在stimulSoftReport的报告中显示DataGridView的当前数据

时间:2015-09-18 12:01:02

标签: c# datagridview stimulsoft

我有一个表单,其中有一个搜索按钮和一个DataGridView。当我点击搜索按钮时,DataGridView的数据可能会改变。

现在我想通过点击打印按钮在stimulSoftReport的报告中显示这些数据。

我在打印按钮的点击事件中使用此代码(我不知道它是否正确):

DataTable dt = dgvAccounting.DataSource as DataTable;

strAccounting.RegData(dt);
strAccounting.Show();

但我不知道在报告设计环境中应该做些什么。

1 个答案:

答案 0 :(得分:1)

您需要使用数据源创建报告 - 将DataBand组件放在必要的文本中。然后使用您的代码显示报告。

您可以通过以下链接找到许多视频: http://www.stimulsoft.com/en/videos?tags=quickstart