Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 RDLC

Author  Topic 

mgtakahashi
Starting Member

1 Post

Posted - 2007-06-20 : 09:07:29
I am currently converting some RDL to RDLC. However, I am having some problems adding the datasource.

When I select a stored procedure that has a temp table, it put as a QueriesTableAdapter instead of a dataset . I change the temp table for table variables, and it works .

Is that the way it supposed to be? Is there another solution without modifing the stored procedure?
   

- Advertisement -