SSRS 2008 Export to EXCEL 2007 Footer Page Problem
Hi everybody,I have a report that I am designing in VS Team 2008.In design mode I have a footer with a textbox. In the text box I put this as the value property "= Globals!PageNumber".In the preview...
View ArticleSSRS 2012 background color format by expression issue when exporting to Excel.
We are using SSRS 2012. We have a report that conditionally formats a background color for some cells. The report renders properly in a browser and in Excel 2003 format. In Excel format all cells after...
View ArticleSSRS 2008 works badly with ie10
Hi,I have reports that show the expected layout on IE9, but due to the IE upgrade to IE10 the report's layout and even the report server bar get's funny.The bar doesnt go until the end of the window....
View ArticleCannot create a dataset in SSRS
I have the following SSRS report:As you can see I have three different Datasets (AllDivisions, AllActiveSalesperson andRolloffRevenueSummary).For unknown reason to me, I am not able to create the...
View ArticleSSRS 2005 WebService Programatic Multiple Parameters?
I am using ssrs webservices with c#. Works great until I try to pass in multiple parameters then I get:"Default value or value provided for the report parameter 'X' is not a valid value." I am at a...
View ArticleWhy is PowerView Missing From My Site Collection?
I'm setting up a test lab with SQL Server 2012 SP1 and SharePoint 2013. I successfully setup the integration using PowerShell and Central Administration. I can see the service application and it is...
View ArticleText box is ignoring space,Tab, Enter characters
I'm pulling a Note field from my database (datatype varchar, 8000) and the Textbox on my report ignores the multiple spaces or tabs or Enter. All the characters get crushed together, making it hard to...
View ArticleSSRS Parameter should contain a operator
Hi I have a doubt regarding the parameters selection.Case 1: If i am working in bank industries i have check details report which having a checkAmount parameter actually what we do isSELECT * FROM...
View ArticleDuplicate Charts displayed in reportviewer
We have upgraded our reporting services from SQL 2005 to SQL 2008 R2We have reports that have charts in a table that are grouped based on a unique IDs.A variable number of charts will be displayed...
View ArticleSSRS DataSet Refresh
Hey guys, I have a SSRS report that has to follow a specific layout. So what I have is a stored proc that updates 3 tables. I created a dataset for each table, and the first dataset also calls the...
View ArticleShow two fin years on line graph for comparison
Hi,My SSRS report uses the below SQL:--DECLARE @FINYEAR INT --DECLARE @REGION VARCHAR(3) --DECLARE @PRODUCTGROUP VARCHAR(30) --SET @FINYEAR = '2012' --SET @REGION = 'NI' --SET @PRODUCTGROUP = 'Moulded...
View ArticleHide Series On Graph
Hi,In a SSRS graph is it possible to hide the series legend? It's appearing in my graph but I haven't assigned anything to it so don't need it.I'm using version 2005.CheersPaul
View ArticleWant to output as PDF in SSRS
Once a year when the Member Satisfaction Survey is performed we have the corresponding Member Satisfaction Survey – Physician report generated and saved as a PDF file for each of our physicians in a...
View ArticleHow to change subscription default parameter
I want to update value of the Parameter column in ReportServer.dbo.Subscription table based on selected parameter in report. Is it possible
View ArticleSum an Expression Value - SSRS
I have a field in an SSRS report that I would like to Sum or create a total at the bottom. The field I am trying to Sum is an expression field which contains: =ReportItems!txtActualTime.Value -...
View Articlesub totals for column group but not as SUM of groups values but as...
I have a tablix control in my report having 3 row groups and 3 column group as Day Vs Last Week Day, Week Vs Last Week and MTD to Last Year MTD, now I want to Subtotal in my report after each group but...
View Article#error is SSRS for NULL values
Hi,My datasource is a cube, and the dataset has a field MTD, which is returning NULL, and when i try to handle it with1. iif(isnothing(Fields!MTD.Value),0,Fields!MTD.Value) , I get #error in the...
View ArticleSSRS 2012 - the multiple-value parameter managing depends on the type of query
SQL Server 2012 - 11.0.2218.0 Enterprise Evaluation Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) (Hypervisor) I verified onto my SSRS that a multiple-value parameter is...
View ArticleNeed help in connecting to report server
HiI took a backup of "report server" database from one server "a" and restored it to another server "b". Both the server have the same configuraiton.I stopped the report services in "services.msc" and...
View ArticleColumn and Row group text color in ssrs 2008 in matrix
im asking in ssrs 2008 is there any text color expression.i mean i want to change the text color for my column groups or row groups when run the report,in most of site i only see the background color...
View Article