使用C#在ASP.Net中的Crystal Reports

问题描述:

亲爱的朋友,

我有一个包含9个字段的数据库,并且有一个gridview.
最后,我在gridview中显示了所有9个字段.

现在我需要打印此数据,它位于gridview中.

我使用了Crystal报表来打印此数据.但是混淆了打印数据.

因此,让我知道如何创建水晶报表,我需要打印水晶报表中的特定数据.

谢谢,

Dear Friends,

I have a Database with 9 Fields, and I have a gridview.
Finally i have displayed all the 9 fields in gridview.

Now i need to print this Data which is in gridview.

I used Crystal reports to Print this data. BUT am in confusion to print the data.

So let me know how to create crystal reports and i need to print that particular data which is in crystal report.

Thanks,

使用javascript打印网格视图.
print the gridview with javascript.




请检查链接

谢谢
-Amit.
Hi,

please check this link

thanks
-Amit.




您可以使用ReportWizard生成报告并将其显示在MicrosoftReportViewer控件中,该控件具有内置的打印"按钮以打印其内容.以下链接会有所帮助

http://idpkshr.wordpress.com/2012/04/05/how-to-generate-report-from-sql-server-database-using-report-wizard-in-asp-net/ [ ^ ]
Hi,

You can use ReportWizard to generate report and show it in a MicrosoftReportViewer control that has an inbuilt Print button to print its content. Following link will help

http://idpkshr.wordpress.com/2012/04/05/how-to-generate-report-from-sql-server-database-using-report-wizard-in-asp-net/[^]