SSRS Custom code issue on VS 2008
Hi,The custom code below somehow behaves wierdly in Visual Studio 2008 & 2010. The hashtable, function settext and funtion text doesn't work. This works fine in VS 2005.Do you find any...
View ArticleExporting from SSRS to Excel - differennt types of data in tabs
I need to provide an expoert into Excel that has detail data broken into separate tabs (already in place) and summary data on a different tab.Is there a way to combine this data into a single workbook...
View ArticleChanging SSRS Parameter Section Styles
Hi All,Has anyone ever tried to change the parameter section at the top of any SSRS report in order to make it more visually appealing and user friendly?I basically want to take each parameter, that I...
View ArticleMultiple Reporting Servers in Same Management Group
Is it possible in System Center 2012 Operations Manager, to have two identical Reporting Servers for the same management group behind a load balancer? With SSRS in SQL 2008 R2, you can set up an SSRS...
View ArticleHow to check the SSRS Multi-value cascading parameter options
Hello, SSRS experts: I have a specific scenario that I'd like to check all otpions in a multiple-value cascading parameter drop down. 1. I have one parameter "Systems" that has 3 options, "System A",...
View ArticleSSRS Modify Report Parameter Area with Help Button
Is it possible to add a "Help" button - right below the "View Report" Button on the report viewer where you preview a report on the SSRS report server?We want this "Help" button to link to a "Help PDF"...
View ArticleHide Rectangle based on several criteria
I have a rectangle that I am successfully hiding using this expression=First(Fields!category_name.Value <> "TAKE ACTION", "BodyWeight")However I now need to add a second criteria to thisI need to...
View ArticleSSRS Authentication Issue (The user or group name 'XXXXX' is not recognized....
It appears that our production installation of SSRS is authenticating against a specific domain controller. We recently virtualized our domain controllers from Windows Server 2003 to Window Server...
View ArticleMicrosoft TechNet Wiki Guru - Winners for August!!
The results for August's TechNet Guru competition have been posted!http://blogs.technet.com/b/wikininjas/archive/2013/09/11/technet-guru-awards-august-2013.aspx Congratulations to all our new Gurus for...
View ArticlePreformance issue with Reporting Services in Sharepoint 2010
I have Reporting Services in Sharepoint run in intergarted mode. When I publish a report it runs realy slow... So slow that users do want to use the service. How can I fix this preformance issue....
View ArticlePrinting ssrs reports
Hi,One of my client using Project Server 2007 has a requirement where they want to "print the monthly report of all the individual projects currently present in the portfolio by just clicking one...
View ArticleSSRS - Globals!RenderFormat.Name giving #Error for RDL files
Hi everyone,In my SSRS 2008 R2 report I am using the following expression to set DynamicWidth property of a chart:=IIF(UCASE(Globals!RenderFormat.Name)="PDF","26CM","10CM")However, it does not change...
View Articleforce Report Builder 3 default language settings
Hi everybody, Is there a way to force the Report Builder default Language value. I mean the report language settings is filled in whith a default value fr-fr for instance? Thanks Pete
View ArticleSSRS - I can not subscribe, manage or schedule the available reports on the...
I have Sql Server 2012 SSRS installed. While trying to subscribe the published report on the report server, I tried to right click the small arrow on the title bar of my published reports and get only...
View ArticleCombining Column Data under new Column in stacked graph
HiI'm trying to do two graphs on a report done with SQL report BuilderThe one graph needs to combine values from the second graph in a stacked graphFor example:I have the following data:OrderArea...
View ArticleCustomize Nested Group expression
Hi,I have below nested groups (SSRS 2008 R2) Column GroupingYearQtr1Month1 Value1 Value2...
View ArticleExpressions don't work in SSRS at all in VS2010
I've got one project in VS2010 when I use SSRS - lots of raports, and in that project I'm using form authentication and everything is fine. (This is a web site in C# in ASP)I had to change my project...
View ArticleSSRS Percentage matrix in a row
Hi guys, having a simple report like this:COMP 2012 2013 totA 100 200 300 B 50 100 150tot 150 300 450I'd like to add a percentage per year. I mean...
View ArticleSQL Report Builder 3.0
I am using SQL report builder 3 pulling data from a SQL database and have created 4 tables in SQL report build then have a main table pulling the total of each of the other 4 tables using the following...
View ArticleMulit parameter display warning using JOIN
Good Day All,I have a text box in my header of a report. I researched how to display a multi parameter the result was to use a join as so:="CLAIMS STATUS IN "&...
View Article