Showing posts with label samples. Show all posts
Showing posts with label samples. Show all posts

Monday, March 26, 2012

ReportViewer

Hi,
I'm using Microsoft.Samples.ReportingServices.ReportViewer for
visualization of the my reports in dotnet C# application.
But, my the ReportViewer position in my folder and do not in my report
when i show my dotnet application.
Example:
My RS manager is:
http://maq-100911/Reporting/
My report name is: Prototipo.rdl
My Report correct visualization in RS Manager is:
http://maq-100911/Reporting/Pages/Report.aspx?ItemPath=%2fPrototipo
How do implementation ReportViewer correctly?
I do:
ReportViewer1.ServerUrl = "http://maq-100911/Reporting";
ReportViewer1.ReportPath = "/Prototipo";
Sorry, i'm from Brazi and my English is so so ...
Tks
MercanteYou have only to build ReportViewer sample and insert it in your webform. It
should work.
I didn't understand what you said:
"But, my the ReportViewer position in my folder and do not in my report when
i show my dotnet application"
Se vc quer, pode escrever isso em portugues.
Jaime
"Mercante" <claumerc@.hotmail.com> wrote in message
news:1123277239.233053.298930@.o13g2000cwo.googlegroups.com...
> Hi,
> I'm using Microsoft.Samples.ReportingServices.ReportViewer for
> visualization of the my reports in dotnet C# application.
> But, my the ReportViewer position in my folder and do not in my report
> when i show my dotnet application.
> Example:
> My RS manager is:
> http://maq-100911/Reporting/
> My report name is: Prototipo.rdl
> My Report correct visualization in RS Manager is:
> http://maq-100911/Reporting/Pages/Report.aspx?ItemPath=%2fPrototipo
> How do implementation ReportViewer correctly?
> I do:
> ReportViewer1.ServerUrl = "http://maq-100911/Reporting";
> ReportViewer1.ReportPath = "/Prototipo";
> Sorry, i'm from Brazi and my English is so so ...
> Tks
> Mercante
>sql