我们能够在网格视图中动态显示数据。我们让用户从 153 个表中选择一个表,在选择任何表时,我们能够生成一个包含所选表字段的复选框列表,并允许用户选择他选择的字段。按下显示数据按钮我们能够在网格视图中显示相应的数据。现在我的问题是如何使用 asp.net c# 在水晶报表中显示这些数据。
sunny shukla
问问题
10162 次
2 回答
1
If you are loading a dataset with the data you can set the crystal report datasource to the dataset.
cvwMain.ReportSource = New CustomersBasic()
Example from http://msdn.microsoft.com/en-us/magazine/cc301570.aspx
于 2009-03-18T14:10:50.677 回答
0
要生成 Dynamic Crystal 报告,请点击以下链接
http://csharp.net-informations.com/crystal-reports/csharp-dynamic-crystal-reports.htm
于 2015-04-11T06:35:43.343 回答