SSRS Error Trying to Access Web Service
I've been attempting to set up SSRS web services for a database at my company. I go through and configure everything in the configuration manager, and am the administrator on the machine. However, I...
View ArticleReport Category Parameter Issue
I need help! I have a Category parameter requirement. It has 200 values. I want to pick up all on "null" selection (I know it is crazy). otherwise filter based on category (cat1, cat2, etc). I am not...
View Articlereportviewer - add a new page after group details for static payment info
<div>Hi,</div> <div>I have a report grouped by account number:</div> <div>AccountName InvoiceNo Description DateDue Amount</div> <div>XXXXXX1 123...
View ArticleSSRS report: showing White pages when a tablix is hidden
Hello,I have a report with several tablix.Some tablix are hidden depending on the values chosen for some parameters.When I execute the report I get white pages when the tablix are hidden.How can I...
View ArticleSSRS report: Freezing date parameter depenting on another parameter
Hello, I have two parameters (Text and Date/Time parameters) as shown below:Period:Date:Period has 4 values: Daily, weekly, Monthly and Free Input.If I choose Daily, weekly, Monthly, I 'd like that...
View ArticleClients getting reports meant for another client, seems to be some caching in...
Hi,I've integrated the 2016 reportviewer into an mvc app, i did that initially with ReportViewerForMvc tweaked manually to use the 2016 version, i've now gone away from using that framework after...
View ArticleRDLC Render fails when a TextBox is made bold
I have a web application that includes RDLCs. I made a change to an RDLC to make a Text Box with a fixed string bold. As a result, it works with some data set values, but others cause Acrobat Reader to...
View ArticleRDLC report Issue with Recursive Code Behind
Hi Guys,I am working on opening a rdlc in reportviewer from another form using vb.net webforms using a stored procedure that takes three parameters. I have included the code as far as my issue is...
View ArticleProblem using SSRS 2016 webservice
I am doing some automation with SQL 2016 Reporting Services by accessing its Management web service.Here is my code: private Policy[] GetItemPolicy(string itemPath = "/", Boolean InheritParent = true)...
View ArticleSSRS Excel Report Issue
Hi Team,Good Day!!!I am working on SSRS. From SSRS I am creating a xls report and all field values are string. From SSRS I am getting proper value. SSRS table formatted values I am exporting to excel....
View ArticleReporting Services
Hi I have Visual Studio 2012 Ultimate . It is not showing Reporting Services.Thanks
View ArticleSSRS Reports Deployment
Hi I have created SSRS reports & deployed on In-House Server. I want to deploy reports on Client Side.Do i need to Install Sql Server Data Tools & then deploy or is there any other way.Thanks
View ArticleDeploying Report
Hi While deploying report i am getting error - <div>Cannot deploy the report because the shared data source '/Data Sources/test' that the report references does not exist on the report server....
View ArticleSOAP Exception - permissions
We have an asp.net application that produces PDF output from SSRS (SQL 2016) using Reporting Services. It works great but when we try to use the same process in another web app on the same server we...
View ArticleSplitting a varchar variable into several varchars separated by comma
Hello,I have a varchar variable in SQL SERVER set like this:@Resultat='2001:1, 2001:2, 2018:1, 2018:2'I want to have this variable splitted into 4 varchar variables as...
View ArticleSSRS Report Builder Expression to extract a substring from a CLOB object.
Hello, I built a report that uses a query with numerous RegExp function calls to dig the first 5 occurrences of a particular substring. This is causing way too much strain on our Oracle servers and I...
View ArticlePass stored procedure to report
Hi expert,I need to pass my stored procedure(SP) to SSRS. I don't see an option to pass SP. It shows only query option (by selecting data source and connecting string). HOw I can specify a SP with...
View Articleadvanced reporting help
Good day SSRS experts,I am looking for guidance to create drill down reports. I am converting from Crystal to SSRS. It has multiple headers, group headers, 2 details panel and group footer. I can...
View ArticleAdd condition on group level
I have 3 columns (number, code and comments). I have groups values on 'number' (1001, 1002, 1003). this is requirement. I have code values (IN, OUT). I need to set color condition where product is IN...
View ArticleSSRS 2016 Custom Authentication
Currently I am implemented the SSRS 2016 Custom Authentication via https://github.com/Microsoft/Reporting-Services/tree/master/CustomSecuritySample2016 I have an external web application with only a...
View Article