Change Background Colour Of Record Depending On Proj_Status
Hi,I'm writing a report where I want to colour the background of a record blue if "Fields!Proj_Status = Tender" and red if "Fields!Proj_Status = "Won/Ordered"I realise this requires some sort of IF...
View ArticleReportviewer 2012 is missing Microsoft.SqlServer.Types
How do I download and installMicrosoft.SqlServer.Types?I am trying to run Reportviewer 2012 runtime in a winforms application and I get the error message...
View ArticleQuery for UserName and Date who last deployed a SSRS DataSource on to...
Hi, We are using SSRS 2008 R2 and very recently one of the datasources got over written. Is there a way to figure who and when this happened? I was looking at ReportServer..DataSource table and was not...
View ArticleLightGray or LightGrey????
Ok, I am working on a system to allow an administrator to configure a Pseudo-CSS for a set of reports and store it in SQL Server. The end user then can use expressions to apply the style elements in...
View ArticlePivot tables in Analysis Services allow for no aggregate - why not in SSRS???
I have a fairly simple scenario. I have a list of source hosts, ports, and destination hosts for firewalls. Right now, it's in an Excel spreadsheet as such:HOST001 80 HOST002 HOST001 443 HOST002...
View ArticleDataMatrix Barcode in SSRS 2005
I need to create a report that will have the application number presented in the DataMatrix barcode format. Could you, please share your experience if possible. ThanksDKDBA
View ArticleSSRS 2008 R2 Average Averages of Child Row Groups
I have looked in many forums and I cannot find a solution to my issue.My dataset returns this information:Country State Region City Population A B C P1 2A B...
View ArticleHow to make date dynamic for a report in ssrs using T-sql?
Hi ,I have a procedure which is something like this selectTEDW_D_DATE_TYPE_1.DATE_SHORT,TEDW_F_EMAIL_CAPTURE.ORDERS_BOUNCEfrom...
View ArticleCalculate Value based on Days in Month
Hi.I am looking to calculate budget values based on days in a month. Fields!Budget.Value * 12/52 This gives me the weekly budget. I need per day budget.easy enough...Fields!Budget.Value/31 =budget per...
View ArticleAn extra page is visible when running a report
I have a main rdl file with about 40 subreports. Each subreport has a filter that only allows that filtered data to show. At the end of each subreport there is a rectangle that is used to "add a page...
View ArticleReport Builder 1.0 for SQL Server Reporting Services 2008 R2
We are trying to implement Ad-Hoc Reporting using SSRS 2008 R2.First of all, it is very unhelpful that all SSRS books are for either 2008 or 2012, even though SSRS has major changes in 2008 R2 compared...
View ArticleHow to make cell background color continuous red green based on value?
Hi all,I have a column in my report that takes on float values, both positive and negative. Currently I'm using iif statements to have the background color of a cell take on either red, green, or...
View Articlesum of floating point number gives #error
I have a value in column 199.99199.99299.99399.99199.99Now i need to sum of it.I used =SUM(Fields!Payment_Gross__c.Value)but it return me #Error.Kindly help Whats Wrong I'm doing.Thanks
View Articlerun the report automatically whenever user changes the parameter, SSRS 2008
Hi All, I have a report with 2 parameters "Customer" and "Date" - date is defaulted to today and user might change it. Each time User changes the Customer parameter I need the report to run...
View ArticleSSRS Set Text box background color
Hi AllSSRS 2008 R2I have a report that has 5 datasets. Some of the fields on my report are populated by using the LOOKUP function e.g.=Lookup(Fields!Employee.Value, Fields!EmployeeID.Value,...
View ArticleCount of Varchar values in SSRS
Hey, currently my report looks like this:Id State 1 Renew 2 Upgrade 3 Deleted 4 Renew 5 DeletedWhat I want is, I want to add a textbox or a tablix below this report which will tell me the total of the...
View ArticleImport or SQL text query fails, but query designer works (I need to use the...
I am able to successfully connect to datasource & run reports when I build query with the GUI.For some reason though, when I import .SQL or when I type SQL into the 'Text' query box I encounter...
View ArticleReporting services throwing Sharepoint error out of the blue? - Sharepoint...
I didn't know if i should post this in reporting services or sharepoint. The error is thrown by reporting services so I am posting it here.Sometime in the last month reporting services on sharepoint...
View ArticleRepeat header rows on all pages when you export to excel sheet and print it
Hello ,I need to export report into excel sheet. And when people try to print it . The header rows only appear on First page of the print . Other subsequent pages d onot have header rows.I saw another...
View ArticleEnable Disable SSRS report parameter visible property during run time
is it possible to enable or disbale visible property of report parameter based on some condition or during run time? please help
View Article