如何在c#.net中生成报告

如何在c#.net中生成报告

问题描述:

我是Venkat.我正在担任软件开发人员.

我在创建自定义控件时遇到问题.

我的任务是生成医院报告,其中包括医院徽标,信息..,患者详细信息,视频,其他信息,页脚信息.所有这些都是自定义的,无需使用Crystal Report.

用户选择一个标签并键入一个文本,它将显示在标签中.必须使用Label.Text属性完成此操作.与TextBox相似.如果可以,请发送答复给我的邮件*已删除的电子邮件地址*

Hi, I am Venkat. I am working as software developer.

I am getting a problem with creating customized controls.

My Task is to generate report of hospital it include hospital logo, info.., patient details, videos, other info, footer info. All these are customized, without using crystal report.

The user takes a Label and types a text and it will appear in Label. This must be done with out using Label.Text property. Similarly with the TextBox. If it is possible, please send an answer to my mail *REMOVED E-MAIL ADDRESS*

您好,

您应该考虑查看Microsoft Reporting框架.它包含在Visual Studio中,请在名称空间中查看:

Microsoft.Reporting.WebForms

/AZ
Hi,

You should consider looking att the Microsoft Reporting framework. It is included with Visual Studio, look in the namespace:

Microsoft.Reporting.WebForms

/AZ