Hi!
For many days I'm concerning with the following problem:
I have a .net application with a crystal report.
There is a dataSet with 3 tables. Two tables are from my database. For the third table I've created a DataTable with a column.
My problem is representing contents of this third table.
I must create a DataView to show the value with a dataGrid.
Without a DataView the column is empty.
Why is the column empty?
How can I represent the DataView on my CrystalReport?
In CR I can add the database fields on my table. But there are just DataTables no DataViews.
It would be great, if someone can help me.
Thanks, Stephanie
For many days I'm concerning with the following problem:
I have a .net application with a crystal report.
There is a dataSet with 3 tables. Two tables are from my database. For the third table I've created a DataTable with a column.
My problem is representing contents of this third table.
I must create a DataView to show the value with a dataGrid.
Without a DataView the column is empty.
Why is the column empty?
How can I represent the DataView on my CrystalReport?
In CR I can add the database fields on my table. But there are just DataTables no DataViews.
It would be great, if someone can help me.
Thanks, Stephanie