I have a RDLC file with a dataset Created in the designer and the report loads ok no errors.
My problem is the query in the DataTable is alway’s the same.
I would like to change that query in the designer but haveb’t been able.
I also have tried to create the dataset in code and then add it yo the RDLC file but I was not successful to add the Dataset to the RDLC.
Thanks
Try this if you want to load a custom DataTable inside your report:
hope it helps