SSRS Viewer

I am getting an error indicating the SSRS server is refusing to connect.

Report on SSRS Server:

With the Radzen IDE
image

When I hover over the image it displays "[SSRS server] refused to connect".

You can copy and paste images on this forum :slight_smile:

Thanks. I modified the post

1 Like

The image looks like DataGrid not SSRSViewer

Yes, I had the wrong screen shot for that.

I am getting a message indicating that the report server is refusing to connect.

Here is the markup:

<RadzenSSRSViewer ReportName="Report/IT/Smart_Repair/SmartRepair_ID" ReportServer="http://gp-sql-dev/Reports/" style="height: 268px; width: 345px" UseProxy="false">
  <Parameters>
    <RadzenSSRSViewerParameter ParameterName="SmartRepairId" Value="1">
    </RadzenSSRSViewerParameter>
  </Parameters>
</RadzenSSRSViewer>

Iā€™m afraid that I cannot help much with so little information, for sure your first post is comparing our DataGrid component with a report viewer.

Well, after you changed your first post and deleted your last my reply is completely out of context. I would like to kindly ask you to review our forum FAQ for more info about how to use our forum.

Yes, I realized I goofed up the original post, and tried to correct it. I apologize for that.
But the bottom line is I'm having issues with using this control for which I can't seem to find the answer.
I have searched your FAQ and can't seem to find much information on this.
I don't know where else to ask.

Check the HTTP request that the report viewer makes. It probably fails for some reason (probably wrong URL). Use your browser developer tools to do so.