Click here to Skip to main content
15,911,785 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create Data Report in C# that can use both web and destop... could you tell me about this?? thank in advanced...
Posted
Comments
Sandeep Mewara 26-May-12 0:10am    
What data report?

1 solution

create Data Report in C# that can use both web and destop
Second thought, assuming any report, in order to have multiple interface use, you need a common database. Design your report that uses a connection string to your database to get data. Use this report either from web or desktop, you will get the same report data.
 
Share this answer
 
Comments
kornkimhour 6-Jun-12 0:11am    
could you please give me the demo of it?

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