I have an RDLC file and am wanting to add a data source to it, although without any luck so far. The data source is a custom class written by myself (jus
If you are using a stored procedure, replace everything inside the procedure with one row select using no source tables/functions. I couldn't get it working with a stored procedure that returned data from temp table or normal table either.