Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
<b><b></b></b>I am creating small program using VB.NET 2008, Stilmulsoft Report Generator and MySQL as Database, how can I pass the data of datagridview in Stilmulsoft Report when I click the print button. I am newbie in Stimulsoft, Please help me.

Thank you.
Posted

1 solution

It's possible to get
C#
DataGridView.DataSource as DataTable
and register it in the report.
 
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