197
Views
7
Comments
[SSRS Report Viewer Extension] SSRS Report Viewer Extension Example
Question

Hello 

Do you have an example of implementing this SSRS module? Is there a solution to download to see how to the module works?

Thank you.

2024-12-19 12-19-39
Amal
 
MVP

Hello Steve,

Did you check the supporting component ssrs report Viewer. Check the link below. 

https://www.outsystems.com/forge/component-overview/5040/ssrs-report-viewer


This is built using SSRS Report Viewer extension to render SSRS reports. 


Regards

Amalraj

2022-08-23 19-33-12
ingaponteca

Amal,

I just downloaded module but I am getting an error calling GetHTMLReport. it shows 

"An error was raised by application:
Array cannot be null.

Parameter name: bytes"


I am sending next parameters:

Url: http://myservername

username: myuser

password: mypass

domain: mydomain

reportPath: "Reports/report/MyCompany/Myreport"

params: <reportParanmList>


where reportParanmList is a list of ReportParams with only one record with

reportParam.Name = "Agent"

reportParam.Value = "1234567"


Do you have any clue what can be the problem?











2019-01-07 16-04-16
Siya
 
MVP

Hello,

Good Day. I believe you have downloaded the 'SSRS Report Viewer Extension' ( not the 'SSRS Report Viewer') and calling the 'GetHTMLReport' method with given parameters. And you are getting the error.

It looks like the  error is happening inside the .net code while calling the SSRS server.  It could be either the report is expecting more parameter which we are not sending or  there is an error in the extension.

Could you please try the following options

  1. Call the method GetPageCount() and see it works ? 
  2. Test the report in SSRS Report Viewer or in your Reporting Server and see it is working.

If required we can have a screen sharing session next week and see if we can fix it. Or if you are comfortable in Visual Studio you can download the extension and Create a test windows application and debug the extension. 


Carlos A. Aponte Roa wrote:

Amal,

I just downloaded module but I am getting an error calling GetHTMLReport. it shows 

"An error was raised by application:
Array cannot be null.

Parameter name: bytes"


I am sending next parameters:

Url: http://myservername

username: myuser

password: mypass

domain: mydomain

reportPath: "Reports/report/MyCompany/Myreport"

params: <reportParanmList>


where reportParanmList is a list of ReportParams with only one record with

reportParam.Name = "Agent"

reportParam.Value = "1234567"


Do you have any clue what can be the problem?














UserImage.jpg
Sachin Salvekar

Hello Amal, Sia

Even I am having same problem, when I call GetHTMLReport() it return "Array cannot be null". I tried with 

ReportParam1.Name = "1"

ReportParam1.Value = "1"

Actually, I do not have any parameters to be passed, it's a plain URL for which I need to get the content and show it in "Container"


Kindly help

UserImage.jpg
Muhammad Khurshid

Hello Amal, Siya,

I have a SSRS Report that includes the selection criteria like drop downs or input fields in order to get the user input.

Does this extension allow us to call the report server to display the SSRS Report without passing the report parameters?

Thanks


UserImage.jpg
Muhammad Khurshid

Hi Siya,

Please review the attached file

Is it possible to render the report allowing the user to select the parameters from dropdown or enter text input field ?

Please suggest

Thanks in advance

SSRSReportViewer.pdf
UserImage.jpg
Muhammad Khurshid

Hello,

I have posted couple of posts but no response so far.

Just wondering is this forum still active or should I post on any other forum.

Thanks

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.