RS Scripter configuration with SSRS 2008R2
Could you please let me know how to make RS Scripter work for SSRS 2008 R2.Is there a report service 2010 for 2008 R2? <server label="SQL2008"...
View ArticlePasar base de datos como parámetro
Hola a todos. ¿Es posible ejecutar los informes de reporting services, pasando como parámetro, la base de datos? Por ejemplo, tengo tres bases de datos, llamadas: empresa2010, empresa2011, empresa2012;...
View ArticlePassing External Parameters?
I want to create a Website where I have a dropdown menu bar that I can use to pass parameters to a SSRS 2008 rdl report. In other words I don't want to use the parameter panel in SSRS. Is this...
View ArticleSSRS drill down report
I have a hierarchical drill down report using a single tablix. How do I print/export the report with all drill downs expanded? Do i need to write custom code. I'd appreciate it if someone could point...
View ArticleSSRS 2008R2: Set initial drill down to expanded with (-) sign problem.
The two forum threads below report the same fix to this issue. However, when i tried it in 2008 R2, it did not open the report in expanded fashion it only changed the initial "+" sign to a "-"...
View ArticleUsing "IN" or "OR" statement in SSRS
I would like to assign a value 1 to my expression if workflowcode is DRCP OR DRCOCP and TemporaryPermanent is 0 Is this expression valid?=Sum(iif(Fields!WorkflowCode.Value = "DRCP" And...
View ArticleExporting to a XML, need the Field Source not Field Name
Hello, I have a report based on a dataset. For example the query for dataset isSelect first_Name as "First Name",last_name as "Last Name",age,phone_No as "Phone Number"From myTableIn SSRS under...
View ArticleMultiple values in parameter help needed
I am trying to insert multiple values 312 and EDC, it runs fine but returns null when i choose the value 312. Please help me fix this. Thanks.svk
View Articlessrs reporing on sharepoint document library
hi all,I have a document library that i need to report on. this would be a simple report simply listing the files, version modifed date, etc. The problem is that when i run the report, i only get 6...
View ArticleReport Parameters Drop Down Change cause postback flash
Has anyone every seen this or know how I can fix it.On one of the reports I just made, every time I change a parameter drop down menu, the entire screen seems to be refreshing. It's slow especially...
View ArticlePage breaks in subreport not working in main report
Hello, I have main report with 4 subreports. Each subreport has page breaks and they work fine when i ran them individually. So i created a tablix in main report and added these subreports to groups....
View ArticleSSRS Switch on Dataset?
I'm trying to switch a value in a field based on a row value if its able to match up to another value in a separate dataset.My datasets are as...
View Articlessrs reports
Dear all,i have one problem in ssrs.i need to display sales report customer wise [sales and budget and variance and variance percentage] from different databases but in single server.it will be there...
View ArticleJump to reports using iif and parameters
I have a report where I am drilling through to another report based off of the field value. This is what I have entered in the "Jump to Report" field:=iif(Fields!payer.Value = "Client", "Client...
View ArticleUnable to deploy SSRS report using SQL Server Business Intelligence 2005
Hello,I've created my first SSRS report using SQL Server 2005 database in BIDS 2005. The report works fine. I'm having issues in deploying the report to IIS Virtual folder...
View ArticleHow to Convert Rdl file to rdlc using vs 2008 and sql server 2008?
I am working on visual studio 2008 and using Sql Server 2008 at backend. I faced some problem in SSRS (SQL Server 2008 Reporting Services). The Problem is:How can i change the RDL File to RDLC File in...
View ArticleSSRS 2008 - Calling Custom Assembly in Code
I have a report that accesses a class in a custom assembly. The DLL is properly referenced in the report and the custom code works properly on my development computer. I have an Expression that...
View ArticleCan I create a checkbox in SSRS report ?
Hi, I am very new to SSRS. I want to create a check box as a report item checkbox which can be used inside the report as other available report items like text box, table, matrix and rectangle. Is...
View ArticleDecrypt the ConnectionString
In the "ReportServer" database, is it possible to decrypt the content of the "ConnectionString"?select * from dbo.DataSource with (nolock)Thanks
View ArticleSSRS Report - Monthly - Bi-weekly
Hello all! A small problem for you geniuses out there! =)I have a SSRS Report that runs on the 1st & 15th of every month. The report creates a ~600mb .csv file on a shared drive every time!!!I need...
View Article