Click here to Skip to main content
16,020,305 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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*
Posted
Updated 9-Nov-10 3:24am
v4
Comments
JF2015 9-Nov-10 8:31am    
Never post your mail address - otherwise you risk being spammed. If someone answers your question you will get an automated message to your mail address.
Henry Minute 9-Nov-10 9:24am    
Your question is not entirely clear. Perhaps you could edit it to add the reasons that you cannot use the .Text properties. That might help people to understand what you are trying to do. :)
senguptaamlan 9-Nov-10 9:27am    
need more clarification..
shakil0304003 9-Nov-10 9:32am    
Not clear!!! what you tried?

1 solution

Hi,

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

Microsoft.Reporting.WebForms

/AZ
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900