SQL Server Reporting Services configuration issue
When I click on “System Settings” in the SSRS service application management I get an 503 (server Unavailable) error even though the service is running. The farm consists of 4 servers (2 Web and 2...
View ArticleHow to pass series of dates (between startdate and enddate) to subreport,...
Relatively new to Microsoft report services. I have created a report which takes a single parameter named 'SelectedDate'. This report runs fine (uses complex query of hours of the selected date and...
View ArticleWhat steps can be taken to improve the performance of Data Driven...
Hi thereI have a data driven subscription that renders 8000 reports, and takes many hours.Each report render has approximately the following performance characteristicsTimeDataRetrieval...
View ArticleExport as Tab Delimited Text File
Hi,I am trying to export as a tab delimited text file. For that I have changed my config file as...
View ArticleReport Manager Error : Item has already been added. Key in dictionary: 'Read...
Using SSRS2012 with Forms Authentication. I successfully login and ultimately land onhttp://ssrs.foo.com/Reports/Pages/Folder.aspxAt this point I get the following error in ReportManagerStack Trace:...
View Articleexport to excel does not show all text (wrap is missing) - row height not...
Hi NG,I have a report with a table on it. In the details I have a cell with a textbox containing text of individual length. I want to export this report to excel - but then there is only one visible...
View ArticleGet week ending date from Year and Week Number
I would like to display the week ending date in a Report.My dataset query has grouped the results by year and week number, so I am trying to construct the week ending date from year and week number.
View ArticleSSRS Report Manager error...
Hi All,I am getting error "Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was:...
View ArticleSSRS Visual Studio 2010 Report Server project template
Where to download the SSRS (SQL Server Reporting Server) project template for Visual Studio 2010? I have downloaded Sql Server Data Tools (http://msdn.microsoft.com/en-us/data/tools.aspx) and installed...
View ArticleSet Expression, combining values, blank space issues
=Fields!Lastname.Value+", "+Fields!Firstname.ValueWhen combining these values we get a result that contains to many spaces after the last name, result shows as "Smith ,John".Any assistance is...
View ArticleHow can I restrict the user to run the report based the access level at...
I have a report which pulls data of servicetickets. Now I have to work on security part which should retrict the people to look for specif sales team tickets based on their access at backend. They...
View ArticleUse FormsIdentity.UserData with SSRS/Forms Authentication?
Is there a way to set the FormsIdentity.UserData property when using Forms Authentication with SSRS2012?thanksscott
View ArticleReportingService2005 keep db connection open
I have project that uses ReportingService2005 and I try write tests for this project. There are some tests which testing part where using ReportingSevice. After all test I have method that restore...
View ArticleSSRS 2012 with MTHML subscriptions, Graphs, and Outlook cache issues
Hi,I looked for a resolution to this but couldn't fine one; hopefully someone has solved this issue or has a workaround and can point me in the right direction. This seems to be both an issue with the...
View ArticleSorting numbers and strings
Hi,I've a column in report builder with values such as : 70x500, 100x200, 150x200 and 80x200The above I will have sorted like: 70x500, 80x200, 100x200, 150x200 (right now they are sorted like...
View ArticleSSRS - Page Break - Subreport
Hi,I have a report with two subreports inside. the main report has keeptogether true and page break checked in a group. both subreports has keeptogether false and no page break. My environment is SSRS...
View ArticleSSRS Report - Group Totals are Zero when Group Row Hidden
I have a report with one group called Counties. This group has a filter.I added code to produce the totals for Prior, Current and DistinctCount:Public Shared Dim grandTotal1 as Decimal = 0Public Shared...
View ArticleEmployee data not showing up
Hi,I executed this stored procedure on Friday and it worked fine with Employee '646219' able to open the reports and view contents. But today this employee is not able to open reports. I looked into...
View Articleproblem regarding the size of exported report from reporting services to...
Hi All,For developing a report I'm using SQL Server 2000 with SP4 & MS Visual Studio .Net 2003. After expoting a report in excel format file, the size of the excel file is so much big that while...
View ArticleSSRS export to PDF spreading columns to multiple pages
Hi I'm developing a report in SSRS 2008 R2, which has more than 50 columns. Report looks good when viewing in report viewer, but when exporting to PDF columns are spreading to multiple pages. I have...
View Article