Creating a SSRS report with dynamic overlapping images
I have to create a report with the following requirement: 1: The first page has some hi-res images of 8 different geometric shapes with text in it. The location of the images on the page will be...
View ArticleSwitch Formula error
Hi, Im having issues with using the Switch formula, below is my expressions if someone could please help? =SWITCH( Fields!FiscalMonth.Value = 1 , SUM(Fields!aValue1.Value), Fields!FiscalMonth.Value = 2...
View ArticleASP.NET ReportViewer-Conrol > Changing Parameter-Prompt
Hi,is there any possibility to change the Prompt-Text of a Parameter (ServerReport) by using the reportviewer-control in ASP.NET. I tried to get access to this property by the function "GetParameters",...
View ArticleIs a line chart with reversed axis possible?
Hello everybody!I'm stuck on developing a simple chart in SSRS 2012. The lef chart (bar chart of employee count over age group) is fine.The problem is the upper right chart (absence rate over age...
View ArticleIReportViewerMessages for toolbar icons
The text for the toolbar icons can be customized with IReportViewrMessages. Is there any thing similar for the customization of the toolbar icons?
View ArticleSpliting a table in to two table based on the groups in SSRS
Hi,I am trying to a split a rows accross two tables based on a group.So far I have added a list and added a row group and grouped it using lineof businessInside my list i have two identical tables so i...
View ArticleHow to display a value in the Tooltip field of a graph.
I have a graph report with monthly cost by cost_date from a dataset called UnitCostTeam. I would like to display a value from another dataset call Comments, the values name is Comments, but I need the...
View ArticleTotaling Sum values returned by LookupSet
I used Code.SumLookup(LookupSet(Fields!ID.Value, Fields!ID, Value, Fields!PaidAmount.Value, "DataSet2"))When I drill down in my table I can see these values, but as I drill back up it leaves the space...
View ArticleSSRS report- Request timed out error displaying when running.
I have a parameter which with other date ranges work but where the parameter for datetime is from 4/1/2013 to 5/1/2013 it brings this error:Server Error in '/' Application.Request timed...
View ArticleDatetime filters - Day and month switching back and forth
Hi,Odd thing here and I didn't find anything about this issue yet. Everything is Ok for most users but one internally and a customer too. We have an SSRS report with few filters, 2 of them are...
View ArticleReport Viewer 9 Compresses Reports In Newer Browsers
Deep in the HTML generated by the report viewer when viewing a report on a web page, are a couple of frames then a table that holds the report. In the table are two cells. The first is called...
View ArticleDate formula to convert 2015-06-07 00:00:00.000 to Jun-15
Hi All;I have a date in the format new_duedate =2015-06-07 00:00:00.000i need to convert it to Jun-15I am currently using below formula CONVERT(CHAR(4), (new_duedate), 100) + CONVERT(CHAR(4),...
View ArticleCan I use an IIF comparing a variable in an select statement
Hi, I have a select statement which works well in Access but, I can't seem to get the correct syntax for SQL Server. An error occurs near the '>' . Basically I would like AddressLine2 to receive the...
View ArticlePrinting directly to printer in Reporting Services 2008 problem
We have recently installed a new SQL 2008 server. I have an application that prints an SSRS report (2005) directly to the printer. If I change the reference to point to the new SQL 2008 server and...
View Article#Error for Division Cell in Report
Hi AllI am trying to use this expression in Report Builder 3.0 (SSRS 2008 R2), however get a #Error message because its a division;=SUM(Fields!Project_Work.Value) / (SUM(Fields!Project_Work.Value) +...
View ArticleI get the error "the given path's format is not supported report" when trying...
I downloaded a copy into my project and I get these errors when I try to Preview
View ArticleQuick Print
We are running SQL Server 2008 R2 reporting services and are getting reports from the server via http url. When we get the report viewer to pop up we can click the printer icon and then choose the...
View Articlehow to print mulitple tables/matrix on to separate pages?
I have one report that has several tables (sometime matrix, if that makes a difference). I would like the start of each table (or matrix) to be printed on a new page when printed to PDF. How can I set...
View ArticleReporting Server Error 1053: The service did not respond to the start or...
Hi, I'm not able to start reporting services after applying the last SQL Server 2005 hotfix (9.0.3068), I'm getting the followwing error 1053: The service did not respond to the start or control...
View ArticleAppend Today Date to the Attachement Name using SQL reporting services
I have a report on SQL reporting services, I have scheduled this report to be sent automatically by mail using Subscriptions but the client needs to append today date to the report name attached,...
View Article