all groups > sql server reporting services > february 2005 >
You're in the

sql server reporting services

group:

Implementing Report Designer Question


Implementing Report Designer Question joe
2/17/2005 3:27:01 PM
sql server reporting services:
I am trying to create my own query designer (instead of using teh generic
query designer) for Reporting Services. I have implemented IQuery Designer
and everything works fine. I click on teh data tab, and i can see the
designer that i created. However, when I change something on teh query
designer, such as the query or table i am looking in, the report designer
does not recognize that something has changed. I exit VS .NET and come back
in and my changes are gone. This happens even if I press the save button.
The only time it will save is if I invoke some of the other standard Report
Designer controls, such as clicking on the
refresh button. At this point, the report designer realizes that a change
was made, and will actually save my changes.

How do I inform the Report Designer that a change has occured and tell it to
save the changes to the .rdl file? Is there some other interface i need to
implement?

Any help would be much appreciated. Thanks!

Re: Implementing Report Designer Question Lev Semenets [MSFT]
2/18/2005 3:18:30 PM
Hello Joe,

This is known issue. It happens with built-in query designers too.
Workaround is to switch to Layout view and save RDL after that.

--
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

AddThis Social Bookmark Button