Click here to Skip to main content
15,867,834 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
dear all,

I have an issue with exporting data from listview as a table to a crystal report in c#. Crystal report doesn't have a table element to put in and I have absolutely no idea how to put my data in it. I googled a little bit and it seems that I can create a dataset where to put my data then put it in the report, but I have no idea how to do so because forums talk mostly about how to do the opposite (dataset to listview).

Any ideas?
Posted

1 solution

Hi Timeuraynu
u have to create a dataset in which add a datatable of column which u want to display in report.
after that in .cs file fill datatble of list view and set this datatable to report datasource.
 
Share this answer
 
Comments
Mabchour 1989 25-Apr-12 11:57am    
Yes, but how to do that it's hard for me a little bit I'm a beginner :s

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