Hi, Brian Bischof
I recently bought your book "Crystal Reports .NET Programming" and i researching on how print a dynamic columns report where user can choose which column/field in the database table that they wish to see.
However, i couldnt find a solution on this, i hope you can help me.
I try several methods and one of them is to create a customized datatable where i populate certain specified columns. And then fill records from the database. This method could not work and the report is blank. If i drag and drop the database field from the Field Explorer then it would display the columns that i have dropped there.
Another method that i have tried is according to your book on Chapter 17 (Dynamic Data Source) where i create a dataset and i wrote a sql query to select 2 table fields out of 10 and fill it into the dataset. I set the datasource to my report and the report is also blank.
I hope you can help me on this topic as i have been googling for 2 weeks already :) . i appreciate if you can direct me which chapter of your book (Crystal Reports .NET Programming) can i look into to find a solution. Thanks
Regards
Kent