How to add a parameter based off another parameter
Hi I have a date parimeter that a user selects at runtime. What I would like is to create another parameter that takes the date they pick and subtracts one day from it, but it needs to stay hidden as...
View ArticleOut Of Memory Exception when generating report in Reporting Services 2005
Hello everybody,We have an issue with complex report ran once a month that fails with "System.OutOfMemoryException" or "Number of rows in the Excel sheet exceeded the limit of 65536 rows."The platform...
View ArticleCan't connect to a remote SQL server using PHP
I'm trying to connect to a remote sql server from an azure test site using this connection string. try{ $db = new PDO('sqlsrv:server=[ip],1433; database=[dbname]', $username, $password);...
View ArticleProgrammer
Reporting Services 2008How can I display one decimal place in the percent output instead of the default two decimal places?EXPERSSION:=FormatPercent(Fields!WF1Count.Value/Fields!UserCount.Value) &"...
View ArticleSSRS- How do I Show the Document Map on the initial view in a PDF version
Hello Experts,I have created an SSRS report (rdl) in Visual Studio 2008 R2. I am using a data driven subscription in SharePoint to create ~1000 pdf reports. In each report I have several document...
View ArticleDynamic header space based on page number
A new client of ours prints their reports on the front & back of paper. The front of each paper has a large letterhead, so we need to accommodate for that space. However, on the next page (the back...
View ArticleSSRS Grouping pane not showing Groups created in the Report
Hi EveryoneI am new to SSRS and am just creating practice reports. I am craeting a reports in BIDS that get installed with SQL server 2008. When i create a report i do not see any group in the grouping...
View Articledropdown length- allow multiple values
Hi, The report has two parameters. Date and clients The client parameter is a dropdown list which has been set to "Allow Balnk Value". On selecting the Date, the clients dropdown is populated with...
View ArticleCan Report Builder 3.0 be used to deploy and maintain SSRS reports hosted on...
Can Report Builder 3.0 be used to deploy and maintain SSRS reports hosted on SharePoint 2007?If so, Report Builder 3.0 does not let me create a Data Source until I specify a report server, but the...
View ArticleSharePoint - Move report server database to another server ok but Stored...
HiI follow some good guideline (http://www.mssqltips.com/sqlservertip/2692/migrating-sql-reporting-services-to-a-new-server-by-moving-the-reporting-services-databases/) and was able to move Report...
View ArticleVisibilty
I would not like to visible the table if there is no data when I pass the parameters.=iif(Paremeters!REPORTEIN.Value is nothing,"NA",Parameters!REPORTEIN.Value)I am getting error message:The Hidden...
View ArticleGraph a running total in SSRS
I have a running total that I want to graph but I can't make it work. The running total works fine in a Table. My dataset gathers Quantity by Year. If I set the Series of the graph to...
View ArticleCalculating total of an expression column
I am trying to calculate the total price for an invoice. I have the following columns in a tabix:PurchaseOrderNumber, ItemNo, Quantitiy, ItemDescription, Discount, UnitPrice, SubtotalThe subtotal...
View ArticleExport to xls column got Misalligned in SSRS report
Hi,when i am exporting to xls , and data value in not comes as per xls row Size. It's looks like misalligned.can we control xls row Size based on our Report Row Size like can Grow Property get...
View ArticleShared Data Source Help
HelloI have a requirement, to add a Shared Data Source (SharePoint List) that instead of a URL, has [@URL] in it - which is a parameter generated from some SQL queries in lots of occasions in separate...
View Articledisable export and data feed on SSRS tool bar
Using SSRS 2008 standard Edition. I am trying to disable the data feed and export icons on the SSRS toolbar, as I do not want any one to be able to export/download my report data. I have my...
View ArticleReportviewer not rendering complete report with SSL installed
We have a custom application that uses the Reportviewer control to display reports on .aspx pages. A new installation of our product using SSL is having issues with the report being displayed. Only...
View ArticleIs it possible to have have range chart series side by side
Hi,I have a range chart which has just one series. As of now, my report looks like "CHART 1" below.I want to know if its possible to have the bars side by side whenever possible so that the graph takes...
View ArticleSSRS peer to peer installation
How do we configure SSRS in a peer to peer environment?We can connect our application (GP) to the database. We have run through the SSRS configuration manager and everything seems to be setup...
View ArticleSSRS Chart - Remove Gaps due to UNION
I have a dataset returning data in the following manner:Type Total CountRange Unexcused 11584 < 5 Excused 13118 < 5 Excused 11353 5 - 9 Unexcused 2330 5 -...
View Article