Does anybody know how to programmatically gain access into toolbar function?I use ReportingServices 2005
And Microsoft.Reporting.WebForms.ReportViewer control in C# .NET application|||The toolbars in VS or in your app?
"Chris" <Chris@.discussions.microsoft.com> wrote in message
news:9FE4E70E-E392-402A-A431-96BBA0C4113E@.microsoft.com...
> I use ReportingServices 2005
> And Microsoft.Reporting.WebForms.ReportViewer control in C# .NET
> application
>|||it is toolbar which is display by reportViwer I would like to get access to
print, export etc. buttons function in my application
I hide toolbar
ReportViewer report;
report.ShowToolBar = false;//for js solution hide only buttons on toolbar
and in web application create my own toolbar
And I thing about two possibilities , using Javascript(hide buttons on
toolbar and call existing js function but imho it is so tricky) or
Webservice(ReportExecution2005)
"Dean" wrote:
> The toolbars in VS or in your app?
> "Chris" <Chris@.discussions.microsoft.com> wrote in message
> news:9FE4E70E-E392-402A-A431-96BBA0C4113E@.microsoft.com...
> >
> > I use ReportingServices 2005
> > And Microsoft.Reporting.WebForms.ReportViewer control in C# .NET
> > application
> >
>
>
No comments:
Post a Comment