RDLC - Adding a Data Source in VS2010

前端 未结 6 1946
借酒劲吻你
借酒劲吻你 2020-12-24 09:34

Greetings.

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

6条回答
  •  温柔的废话
    2020-12-24 10:01

    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.

提交回复
热议问题