please tell me how to print the crystal report directly in vb.net.
i have a multiple record in datagrid and select multiple row then print these reports.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sujeet SumanPosted Jun 13, 2015, 5:36 AM
Step 1: Create a crystal report with all the columns available in the datagridview.
Step 2: In the vb.net program create a datatable object.
Step 3: Manually add all the columns in the datagridview to the datatable object.