SSRS Viewer Properties

Hello Radzen Team,
first…
Congratulations on your birthday! Keep up the great work! :birthday::birthday::birthday:

Now the ssrsviewer control :grin:
i have created a Reportserver Project in VS 2017. There you can define a Path for the reports created and they will be deployed in this path.
Example:
Reportserver URL: http://www.myreportserver:1234/reportserver_myreports
Reports Path “reports”
Deploying with VS
Browser URL to view the report: http://www.myreportserver.de:1234/reportserver_myreports/Pages/ReportViewer.aspx?%2Freports%2fAvvKatalog&rs:Command=Render.

In Radzen i cant set the properties to this path. Radzen automatically expected the Reports at the “root” Path of the Reportserver: http://localhost:5000/report?url=http%3A%2F%2Fwww.myreportserver.de%3A1234%2Freportserver_myreports%2FPages%2FReportViewer.aspx%3F%2fAvvKatalog%26rs%3ACommand%3DRender%26rs%3AEmbed%3Dtrue

Perhaps you can add a Property for the Path?

Kind Regards
Thomas

Hi Thomas,

Thank you very much!

Here is an example for report in sub folder:

Best Regards,
Vladimir

Hi Vladimimr,
i have to come on it myself :slight_smile:

I have done as you explained but i get an error that the report is not found when running the app and opening the ssrsviewer page.

I have a password on my reportserver. My this cause the problem? The url seems to be correct after decoding the
Die Webseite unter http://localhost:5000/report?url=http%3A%2F%2Fwww.xxx.de%3A6156%2FReportServer_xxx%2FPages%2FReportViewer.aspx%3F%2fReports%2FAvvKatalog%26rs%3ACommand%3DRender%26rs%3AEmbed%3Dtrue ist möglicherweise vorübergehend nicht verfügbar oder wurde dauerhaft an eine neue Webadresse verschoben.
i can see the report in a browser after login to my reportserver.

Kind Regards
Thomas
i xxx’ed the url to the reportserver

Hi Thomas,

I don't think that report server login can cause such problem. According to the url you are using proxy. I've tried my example with proxy enabled however everything worked again as expected:

Can you post screenshot from your report server portal to check once again where exactly this report is located?

Best Regards,
Vladimir

Hi Vladimir,
i will but per Mail :slight_smile:

Thomas

P.S.: “Use Proxy” is checked.
I will test it without Proxy

Without Proxy it works.
What does “Use Proxy” do?

Regards
Thomas

Hi Thomas,

UseProxy generates server-side controller wrapper if you want to manipulate the requests to the report server. Maybe you do need this in your case.

Best Regards,
Vladimir

Im sure i need this wrapper in the future.
But why does it work with “use Proxy” = false and doesnt work with “Use proxy” = true?
i suppose that true works like false when i do nothing in the wrapper.
But i know nothing about this. Im very new to SSRS.Just setup the server and saw thats a good looking tool for reporting :slight_smile:

Regards
Thomas