From: KarenM on
Hi All,

I want a SSRS report to display a list of buttons at the top of a SSRS
2008 report like this:


Overview Marketing Sales
Procurement Inventory HR


with each of the above buttons calling another SSRS report and
displaying it below the toolbar displayed above.

By default when the above SSRS report is called the SSRS report under
the Overview button is displayed and depending later if the user click
on Sales or Procurement or HR the appropriate SSRS report linked to
that should be called.

Can you please kindly share ideas how to implement this,

Thanks
Karen
From: Bruce L-C [MVP] on
You can put text boxes with the words you show before. Make the text blue
and underlined. Then go to the properties for the textbox and use jump to
report or jump to url. Read up in books online on how to use those. jump to
report is easiest if that will work for you.


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

"KarenM" <karenmiddleol(a)yahoo.com> wrote in message
news:60e711a2-b98a-4168-a27e-4a013ba7f402(a)q2g2000pre.googlegroups.com...
> Hi All,
>
> I want a SSRS report to display a list of buttons at the top of a SSRS
> 2008 report like this:
>
>
> Overview Marketing Sales
> Procurement Inventory HR
>
>
> with each of the above buttons calling another SSRS report and
> displaying it below the toolbar displayed above.
>
> By default when the above SSRS report is called the SSRS report under
> the Overview button is displayed and depending later if the user click
> on Sales or Procurement or HR the appropriate SSRS report linked to
> that should be called.
>
> Can you please kindly share ideas how to implement this,
>
> Thanks
> Karen

From: KarenM on
On Mar 1, 7:42 am, "Bruce L-C [MVP]" <bruce_lcNOS...(a)hotmail.com>
wrote:
> You can put text boxes with the words you show before. Make the text blue
> and underlined. Then go to the properties for the textbox and use jump to
> report or jump to url. Read up in books online on how to use those. jump to
> report is easiest if that will work for you.
>
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
>
> "KarenM" <karenmiddl...(a)yahoo.com> wrote in message
>
> news:60e711a2-b98a-4168-a27e-4a013ba7f402(a)q2g2000pre.googlegroups.com...
>
>
>
> > Hi All,
>
> > I want a SSRS report to display a list of buttons at the top of a SSRS
> > 2008 report like this:
>
> > Overview        Marketing            Sales
> > Procurement           Inventory     HR
>
> > with each of the above buttons calling another  SSRS report and
> > displaying it below the toolbar displayed above.
>
> > By default when the above SSRS report is called the SSRS report under
> > the Overview button is displayed and depending later if the user click
> > on Sales or Procurement or HR the appropriate SSRS report linked to
> > that should be called.
>
> > Can you please kindly share ideas how to implement this,
>
> > Thanks
> > Karen- Hide quoted text -
>
> - Show quoted text -


Hi Bruce

Thanks for sharing this idea. But the problem with this approach is
the second report that is called when the link in pressed starts on a
new window or as a popup window.

What I want is show the links at the top and once one of the links is
pressed the corresponding report is shown below the link in the same
IE window than a new window. Can you kindly share ideas how I can do
this.

Thanks
Karen
From: Bruce L-C [MVP] on
Jump to report should not open up a new window or tab. It should be in the
same window.

--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

"KarenM" <karenmiddleol(a)yahoo.com> wrote in message
news:9eb8fef3-7ac3-4e7c-aa6f-53caaf1d477b(a)g8g2000pri.googlegroups.com...
> On Mar 1, 7:42 am, "Bruce L-C [MVP]" <bruce_lcNOS...(a)hotmail.com>
> wrote:
>> You can put text boxes with the words you show before. Make the text blue
>> and underlined. Then go to the properties for the textbox and use jump to
>> report or jump to url. Read up in books online on how to use those. jump
>> to
>> report is easiest if that will work for you.
>>
>> --
>> Bruce Loehle-Conger
>> MVP SQL Server Reporting Services
>>
>> "KarenM" <karenmiddl...(a)yahoo.com> wrote in message
>>
>> news:60e711a2-b98a-4168-a27e-4a013ba7f402(a)q2g2000pre.googlegroups.com...
>>
>>
>>
>> > Hi All,
>>
>> > I want a SSRS report to display a list of buttons at the top of a SSRS
>> > 2008 report like this:
>>
>> > Overview Marketing Sales
>> > Procurement Inventory HR
>>
>> > with each of the above buttons calling another SSRS report and
>> > displaying it below the toolbar displayed above.
>>
>> > By default when the above SSRS report is called the SSRS report under
>> > the Overview button is displayed and depending later if the user click
>> > on Sales or Procurement or HR the appropriate SSRS report linked to
>> > that should be called.
>>
>> > Can you please kindly share ideas how to implement this,
>>
>> > Thanks
>> > Karen- Hide quoted text -
>>
>> - Show quoted text -
>
>
> Hi Bruce
>
> Thanks for sharing this idea. But the problem with this approach is
> the second report that is called when the link in pressed starts on a
> new window or as a popup window.
>
> What I want is show the links at the top and once one of the links is
> pressed the corresponding report is shown below the link in the same
> IE window than a new window. Can you kindly share ideas how I can do
> this.
>
> Thanks
> Karen