Report to show group headings as required between the tablix items
Hi,I have a requirement to show a combination of static and Dynamic values in between the Tablix as Group headings. I need a live example on how to do it(Step by step). The view of my Requirement is:...
View ArticleNeed help designing specific type of report using RDLC
I want to design a report that looks like following image:121412224232343424445254562646727478284892949103050113151123252133353143454153555163656173757183858193959204060Is this possible? I do have data...
View ArticleNeed help in developing report
Hi All,I am very new to SSRS. I took some tutorials. I am asked to create a following report where I need to calculate the total hours for each developer worked on each project.Below is my data. I need...
View ArticleNeed help with Reportviewer timeout issue
I am using reportviewer 11.0.0.0 version to get a matrix type report using RDLC where source dataset table consist of more than 4,00,000 rows. After doing matrix distinct rows should be 10,000 to...
View ArticleSSRS results to be exported to SFTP folder
Hi , i would like to know if there is a way i could export the results from a subscription in SSRS to a SFTP folder. I am aware this is not an out of the box solution and i have an instance of SSRS (...
View ArticleBinding C# Entity Framework dataset to SSRS (.rdlc) from inside ASP.NET MVC 5
//My Controller. public ActionResult ExpectedSales(string[] Quarter, int Year, string[] Divisions) { try { int myQtr = GFIHelper.GetQuarterNumber(Quarter); string ProductDivisions =...
View ArticleHow to connect the SSRS server with MySql database
Any one can help me?How to connect the SSRS server with MySql database
View ArticleHow to use two typed datasets in one RDLC report
Hi,Due to necessity I need to use two datasets in one tablix. The tablix structure will be the same but the result sets will be different. Please suggest me how to do this. Thanks,Deepak
View ArticleRS.EXE - Automate report upload and change report datasource
Hi, I need to automate the deployment of our reports to the report server. I am using rs.exe and I have got it almost working as I need it to. The only part that I am stuck on is being able to change...
View ArticleRDLC report group headings to be displayed as shown...
<div>Hi,I have a requirement to show a combination of static and Dynamic values in between the Tablix as Group headings. Please give me a step by step procedure on how to set multiple parameters...
View ArticleReport Viewer Issue with Windows 7 Machine
REport viewer is not showing report in windows 7's IE, for other machines running windows 10's IE report seems to be running fine
View ArticleCannot manage reports
When I log into our report server and go to the Reports folder I see all of the reports. When I mouse over a report I see a dropdown but when I click it nothing happens. I expect to see a list of...
View ArticleCan rdlc version 12.0.0.0 work in sql server 2008
Please i need help, i developed a webform application in visual studio 2015 and sql server 2012, the application uses Microsoft report viewer version12.0.0.0. The application was later deployed to an...
View ArticleUnable to get rid of blank space due to hidden fields
I am getting the blank space in the report table section when I set row visibility to hidden based on the expression. I have also tried setting Tablix properties visibility to hidden based on...
View ArticleTotal for a column comes to be 0
I have a tablex in which I have a column Total. I need to show the overall total at the bottom of the tablix. I am using the expression =Sum(CDEC(Fields!Total.Value)). But the value comes out to be 0....
View Articleneed an expression to multiply qty and cost in tablix expression
I have a tablix which has two columns Qty and Cost, I need to display the multiplied result of Qty and cost into Total column which is blank. Please give me an expression for the same.Thanks,Deepak
View ArticleReport Viewer capacity
Hello folks, I'm working with SSRS. I have used report viewer in asp.net MVC application. I am concerned how many records/ data size can be viewed in report viewer.What are the limitations of report...
View Articlefetch and show tablix column names from Stored procedure
Hi,In my Report, I need to fetch values from stored procedure and use them as column names for my tablix. Please let me know how to do this.example:Investment Location1 Location2...
View ArticleIssue exporting report to pdf
OK, I have a report where in code, I click on a button, I kick off the report and have it export automatically to pdf. I has been working fine but I had to add a second optional parameter and now the...
View ArticleData set does not bind resulting error: ""
I am working on RDLC reports and I have an error which I am unable to find the source.The error is:A data source instance has not been supplied for the data source...
View Article