Showing posts with label self. Show all posts
Showing posts with label self. Show all posts

Monday, March 12, 2012

Report Builder Bug ?

Hi,
I have a table A with column say col1, col2,col3. I have a query which has self join on this table.
But I can not add same table twice to model from the list of tables ! When I click the table in left pane to right....its no more in left pane ...to select it again !!

somebody please help !
any idea ? or is it another bug of report builder ?

Wednesday, March 7, 2012

Report based on XML

Hi,
How can I create a report with the actual data comming fom a self
created xml in memory (created in code, vb.net).
ThxYou have two choices. Use the new control that ships with VS.net 2005 (which
means you need to be using RS 2005) and use it in local mode. In local mode
no server is in the mix, you give it the data and the report and then the
control renders it. Or you need to create a data processing extension
(non-trivial).
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"HDI" <hdinf@.hotmail.com> wrote in message
news:1167904120.780247.56220@.6g2000cwy.googlegroups.com...
> Hi,
> How can I create a report with the actual data comming fom a self
> created xml in memory (created in code, vb.net).
> Thx
>