Export to Excel for large reports
Hi,SSRS integrated with SharePoint. SSRS Standard Edition, SQL Server 2008 R2. There are large reports. These are broken down to pages While exporting to Excel, it generates a SharePoint error...
View ArticleSSRS 2008 - Shadows on Design, Printed Report but not in Preview
I have a report that I designed in SSRS 2008. I had a particular font that I installed which I used while developing the report but eventually restored my fonts to factory settings. Now there's this...
View ArticleSSRS dropdown should allow null value
I have a dropdown in SSRS reports that is databound. I want this to be nullable\optional. Even if I select allow null it raises alert.I searched on lot of articles on the net which says change SP to...
View Articlehow to calculate differenc between current month VS previous month in Matrix?
HI, I have matrix report and i want to display one KPI in the report with "Current month" VS "Previous Month". How can we achieve this?My matrix is looks likePName JAN-2013 FEB-2013 MAR-2013...
View Articlecalculate difference between current month and previous in Matrix report?
Hi,i have one matrix likeP_Name JAN FEB MARCH APRIL MAY JUNE JULY AUGUST....... DEC (CURRENTMONTH vs PREVIOUS MONTH)aaaa 10 20 15 20 0 0 0...
View Articlehow to pass multiple parameters from ssrs to teradata stored procs or macros.
HiCan any one help how to pass multiple parameters from ssrs, teradata as source database.I am trying to pass multiple parameters to Stored proc and macro.. but it doesnt work.any ideas/solution...
View ArticleWidth of column showing wider in Preview than in designer
I'm designing a report in Visual Studio, SSRS 2008 R2. I have an issue where a specific column that I designed a certain size is elongated/stretched when displayed in preview. In this report I have...
View ArticleSSRS Scroll vs Excel Export tabs
I have a report with multiple tablix. I would like to be able to scroll through the report while in SSRS but have different tabs on the Excel file when I export. Seems to be one way or the...
View ArticleRPTProj file doesnt open in 2012
So after the SSDT install, VS2012 STILL doesnt open RPTPROJ files. What's the deal people? I have real work to do.
View ArticleUsing both Category Groups and Series Groups leads to minimum data value of 1
I have a query that gives me a list of all current customers, the software version for each customer, and number of helpdesk calls that each customer has placed in the previous 2 months. When I attempt...
View ArticleSSRS 2008 Limit number of bars by chart properties
Hello all,On SSRS 2008, Is it possible to limit the number of bars on a bar chart by using some chart property ? I know that how to do it by changing the query (top ...) but I prefer to handle it via...
View ArticleSplit one rows in to multiple in ssrs 2008 reports
Dataset SecCharS1C1S1C2S1C3S1C4S1C5S1C6S2C1S2C2S2C3Need to pass the one report parameter (No of Rows). Report should be look like below based on the input parameter . If No of Rows =...
View ArticleSQL Server Reporting Services Configuration Error(Subscription)
I have just deployed a new project on the server and i can successfully run report from the BI Site; [Server Name]\Reports and no issue there. But when i try to create Subscription for the same report;...
View Article"How to get distinct values of sharepoint column using SSRS"
Hi, I have integrated sharepoint list data to SQL Server reporting services. I am using the below to query sharepoint list data using sql reporting services.<Query>...
View ArticleSSRS and Sharepoint Lists - XML Query Syntax guidance
Hi,I'm looking for a comprehensive resource on XML query syntax for querying Sharepoint list data in SSRS. I need help understanding how to use <And>, <Eq> etc and equivalents for T-SQL...
View ArticleGauge in total row of Tablix has a bold linear scale font and I can't turn it...
I have a RDL report that I designed in VS 2010 for 2008 r2.I have added a table where each row has a gauge control in it.The total line has a gauge as well. When the report is rendered the font of the...
View ArticleAging report 30 days apart
I need an aging report that looks like this in REPORT BUILDER (not excel, like the example). The out of the box aging reports do not serve our purposes. The formulas in excel to create this are as...
View ArticleRendering SSRS report in MSWord format VS2008
Is there a setting or code I can use to render the report formatted like a word document?
View ArticleSSRS 2005: how to use an external image in a texbox by an expression
Hi,I want to use an external image in textbox value field by expression. I am trying to do that by the below expression:= IIF (Fields!abc.value = "yellow", Yellow_Status.png, "")But getting the Error:...
View ArticleDisplay images horizontally as well as dynamically in SSRS report(2005)
Images are stored in the DB in below format.PkgSecImgPackageSection OneImage1PackageSection OneImage2PackageSection OneImage3PackageSection TwoImage1PackageSection TwoImage2I want to pull these images...
View Article