Showing posts with label master. Show all posts
Showing posts with label master. Show all posts

Friday, March 30, 2012

Reporting services Subreport

Hi,
Can I show my subreport under the "master" reports calling column.
I also want to show my subreport in a new window.
Please help me!the subreport in New window is called Linked report
Just create another report and Link it on Navigation Tab for specific
Column. check Jump to Report.
In order to open it in new window you need to put LinkTarget="_blank"
in the URl for the first report.
Mary wrote:
> *Hi,
> Can I show my subreport under the "master" reports calling column.
> I also want to show my subreport in a new window.
> Please help me! *
scorpion509
---
Posted via http://www.codecomments.com
---

Friday, March 23, 2012

reporting services paramters

hi,

i want to create a report. lets say the report is: exec sp_spaceused.

i work with dataset working on master.

if i want to create a list of my databases and choose dinamically each time my database - how do i connect the query: select * from sys.databases to my dataset.

what i mean to say is that i want to choose from a combo box my database and each time the report is running it will run on the "exec sp_spaceused".

thx,

Tomer

This should be helpful http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=16395&SiteID=1