Has anyone developed a custom toolbar in lieu of using the html viewer that
comes standard with SRS? Specifically, toolbars accessed through URL Access
to the report server.
If so, can you direct me to some knowledge bases articles or examples of how
they've been developed or deployed? Thanks!Brian,
With version 1.0 of RS you cannot replace the HTML toolbar. If you don't
like it, you could develop your own ASP.NET page which will have a custom
toolbar and render the report in the page.
--
Hope this helps.
---
Teo Lachev, MVP [SQL Server], MCSD, MCT
Author: "Microsoft Reporting Services in Action"
Publisher website: http://www.manning.com/lachev
Buy it from Amazon.com: http://shrinkster.com/eq
Home page and blog: http://www.prologika.com/
---
"Brian Eckert" <BrianEckert@.discussions.microsoft.com> wrote in message
news:1D6F08A6-BC4C-4E4E-9FFB-40C2A6ABAC5A@.microsoft.com...
> Has anyone developed a custom toolbar in lieu of using the html viewer
that
> comes standard with SRS? Specifically, toolbars accessed through URL
Access
> to the report server.
> If so, can you direct me to some knowledge bases articles or examples of
how
> they've been developed or deployed? Thanks!|||Teo,
Thanks but what I am looking for is a good knowledge base article or even
some code to use as example of doing just what you say...building a .NET page
that imitates the HTML toolbar. Basically, I just need some guidance on
talking to a RS Report from a standard .NET aspx page.
"Teo Lachev [MVP]" wrote:
> Brian,
> With version 1.0 of RS you cannot replace the HTML toolbar. If you don't
> like it, you could develop your own ASP.NET page which will have a custom
> toolbar and render the report in the page.
> --
> Hope this helps.
> ---
> Teo Lachev, MVP [SQL Server], MCSD, MCT
> Author: "Microsoft Reporting Services in Action"
> Publisher website: http://www.manning.com/lachev
> Buy it from Amazon.com: http://shrinkster.com/eq
> Home page and blog: http://www.prologika.com/
> ---
> "Brian Eckert" <BrianEckert@.discussions.microsoft.com> wrote in message
> news:1D6F08A6-BC4C-4E4E-9FFB-40C2A6ABAC5A@.microsoft.com...
> > Has anyone developed a custom toolbar in lieu of using the html viewer
> that
> > comes standard with SRS? Specifically, toolbars accessed through URL
> Access
> > to the report server.
> >
> > If so, can you direct me to some knowledge bases articles or examples of
> how
> > they've been developed or deployed? Thanks!
>
>|||Brian,
<shameless self-promotion>
Well, my book has a whole chapter devoted on integrating RS with web-based
app. If you don't think like reading and buying it you could download the
book source code. There you will find an enhanced version of the
ReportViewer (AWReportViewer). It is a ASP.NET web control which supports
rendering reports on the client (URL addressability) and server side (SOAP).
Talking about articles, the good news is that I wrote an article on
web-based reporting for Visual Basic Developer magazine
(http://www.pinnaclepublishing.com/ME2/Audiences/default.asp). The bad news
is that it requires paid access :-(. I hope MSDN will pick it up soon.
</shameless self-promotion>
--
Hope this helps.
---
Teo Lachev, MVP [SQL Server], MCSD, MCT
Author: "Microsoft Reporting Services in Action"
Publisher website: http://www.manning.com/lachev
Buy it from Amazon.com: http://shrinkster.com/eq
Home page and blog: http://www.prologika.com/
---
"Brian Eckert" <BrianEckert@.discussions.microsoft.com> wrote in message
news:1E92BF28-CFFF-40C2-AB30-E2C02BD389DB@.microsoft.com...
> Teo,
> Thanks but what I am looking for is a good knowledge base article or even
> some code to use as example of doing just what you say...building a .NET
page
> that imitates the HTML toolbar. Basically, I just need some guidance on
> talking to a RS Report from a standard .NET aspx page.
> "Teo Lachev [MVP]" wrote:
> > Brian,
> >
> > With version 1.0 of RS you cannot replace the HTML toolbar. If you don't
> > like it, you could develop your own ASP.NET page which will have a
custom
> > toolbar and render the report in the page.
> >
> > --
> > Hope this helps.
> >
> > ---
> > Teo Lachev, MVP [SQL Server], MCSD, MCT
> > Author: "Microsoft Reporting Services in Action"
> > Publisher website: http://www.manning.com/lachev
> > Buy it from Amazon.com: http://shrinkster.com/eq
> > Home page and blog: http://www.prologika.com/
> > ---
> >
> > "Brian Eckert" <BrianEckert@.discussions.microsoft.com> wrote in message
> > news:1D6F08A6-BC4C-4E4E-9FFB-40C2A6ABAC5A@.microsoft.com...
> > > Has anyone developed a custom toolbar in lieu of using the html viewer
> > that
> > > comes standard with SRS? Specifically, toolbars accessed through URL
> > Access
> > > to the report server.
> > >
> > > If so, can you direct me to some knowledge bases articles or examples
of
> > how
> > > they've been developed or deployed? Thanks!
> >
> >
> >|||Thanks Teo...I will take a look...with our those wonderful promotions, it's
the least I could do
Brian
"Teo Lachev [MVP]" wrote:
> Brian,
> <shameless self-promotion>
> Well, my book has a whole chapter devoted on integrating RS with web-based
> app. If you don't think like reading and buying it you could download the
> book source code. There you will find an enhanced version of the
> ReportViewer (AWReportViewer). It is a ASP.NET web control which supports
> rendering reports on the client (URL addressability) and server side (SOAP).
> Talking about articles, the good news is that I wrote an article on
> web-based reporting for Visual Basic Developer magazine
> (http://www.pinnaclepublishing.com/ME2/Audiences/default.asp). The bad news
> is that it requires paid access :-(. I hope MSDN will pick it up soon.
> </shameless self-promotion>
> --
> Hope this helps.
> ---
> Teo Lachev, MVP [SQL Server], MCSD, MCT
> Author: "Microsoft Reporting Services in Action"
> Publisher website: http://www.manning.com/lachev
> Buy it from Amazon.com: http://shrinkster.com/eq
> Home page and blog: http://www.prologika.com/
> ---
> "Brian Eckert" <BrianEckert@.discussions.microsoft.com> wrote in message
> news:1E92BF28-CFFF-40C2-AB30-E2C02BD389DB@.microsoft.com...
> > Teo,
> >
> > Thanks but what I am looking for is a good knowledge base article or even
> > some code to use as example of doing just what you say...building a .NET
> page
> > that imitates the HTML toolbar. Basically, I just need some guidance on
> > talking to a RS Report from a standard .NET aspx page.
> >
> > "Teo Lachev [MVP]" wrote:
> >
> > > Brian,
> > >
> > > With version 1.0 of RS you cannot replace the HTML toolbar. If you don't
> > > like it, you could develop your own ASP.NET page which will have a
> custom
> > > toolbar and render the report in the page.
> > >
> > > --
> > > Hope this helps.
> > >
> > > ---
> > > Teo Lachev, MVP [SQL Server], MCSD, MCT
> > > Author: "Microsoft Reporting Services in Action"
> > > Publisher website: http://www.manning.com/lachev
> > > Buy it from Amazon.com: http://shrinkster.com/eq
> > > Home page and blog: http://www.prologika.com/
> > > ---
> > >
> > > "Brian Eckert" <BrianEckert@.discussions.microsoft.com> wrote in message
> > > news:1D6F08A6-BC4C-4E4E-9FFB-40C2A6ABAC5A@.microsoft.com...
> > > > Has anyone developed a custom toolbar in lieu of using the html viewer
> > > that
> > > > comes standard with SRS? Specifically, toolbars accessed through URL
> > > Access
> > > > to the report server.
> > > >
> > > > If so, can you direct me to some knowledge bases articles or examples
> of
> > > how
> > > > they've been developed or deployed? Thanks!
> > >
> > >
> > >
>
>
|
No comments:
Post a Comment