Click here to Skip to main content
15,921,530 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have a stored procedure which returns multiple columns from multiple tables. Now i want to generate report on infopath (MS office 2003).
we have used earlier excel sheet to generate report on client machine using C# application. In the same way , i want to generate report in infopath.
Do any body have any idea on this.Your help will be appreciated.
Thanks & Regards
Eagle V.
Note: Which Calss and assembly reference need to used in this?
Posted
Updated 31-Jan-10 23:57pm

1 solution

In the same way as Excel? That depends on how you write the Excel-files :)

You'd want the Visual Studio Tools for Office[^]. Then, you'd want the FormControl[^]-class from the Microsoft.Office.InfoPath namespace.
 
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