SSRS 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 ArticleReportViewer returns "The request failed with an empty response."
HiI use report viewer in my asp.net mvc app as below : ReportViewer viewer = new ReportViewer { ProcessingMode = ProcessingMode.Remote, //AsyncRendering = true, //EnableTheming = true,...
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 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 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 ArticleSSRS Tablix header not repeating
I'm working on SSRS tablix and when I have data more than one page, my tablix header is not repeating on the next page.I set RepeatOnNewPage = True and KeepWithGroup = AfterHere is the screenshot. In...
View ArticleSSRS: showing a sub group above a group
Hello,I have a table in SSRS REPORT where I have the group "REGION" and the sub group "AGENCY" in the same column.Normally we will see the agencies below each region in the rows. But I want to display...
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 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 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 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 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 ArticleMenu
Hi How to create a Menu for reprots in SSRS .I have created TextBox in 1 report and then thru Actions -> Url i have given the link . When clicked on link below Screen...
View ArticleTwo datasets on one report
SSRS Gurus,Is it possible to use two datasets on one report easily? I have two queries and need to select data from one based on condition.Could you please share link and/or detailed steps.ThanksSonia
View Article