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.
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
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?
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
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:
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
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
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
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.