Hi guys
Just wondering if it's possible to databind a RDLC's table at run time.
I've created a report, put a table control, but VS compiler says it's necessary to set a dataset.
But I wanted to load data into this table using a dataset created in C# code, and not creating dataset and table adapter.
Is it possible?
thank you