'Microsoft.ReportingServices.ReportProcessing.ReportProcessingException_Compa...
I deployed a report, and now when I try to run it on the report server I get the following error:An error occurred during client rendering.An error occurred during rendering of the report....
View ArticleExcel like Autofilter on columns (SSRS 2008 R2)
HelloAccording to this post, Excel style Auto Filtering of columns was not possible in SQL Server 2005. Is it possible in SSRS 2008 R2? FYI - I am trying to reproduce mage below in SSRS, including the...
View ArticleIIF (STRTOSET(X).count=1, X, currentmember)
Hi,I have to handle issues with (2008 R2) SSRS reports I hadn't build.They contain parameters and MDX queries have WHERE clauses with a template of that kind :************ IIF(...
View ArticleSSRS R2 Report Builder icon appearing in sharepoint web part
Hi,We have just migrated our SSRS reports from 2008 to 2008 R2. We have noticed that the Reports server url we specify in a sharepoint webpart has a Report Builder icon in the header. How do we get rid...
View ArticleSSRS, Grouping, and Objects as Dataset
To AllI have a Class A that contains a List<> as a property, which happens to be a Class B as well. On my SSRS report I would like to display both Classes with a few of their own properties...
View ArticleAll height to increase property not working.
Hello, I have the "allow height to increase" text box setting checked in an SSRS report being created in BIDS, but the textbox is cutting off text instead of expanding when necessary. The text box is...
View ArticleNeed help to generate SSRS report from C# code
I have to Generate a dataset(ADO.NET) in C# code, Generate SSRS report using the applicaiton generated dataset.Could you please suggest how to do this in SSRS 2008R2?
View ArticleCan we Hide a column if no data is returned?
Hi All, Is there a way to hide a column if there is no data for that column? Suppose that I have a SP (lets call it wrapper) which will call multiple SP's. But for any one run, there'll be only one SP...
View ArticleReport Data Disappears After Increasing Column Width
Hello,I created a SSRS tabular table report using the BIDS Report Wizard. Interestingly, when I expand the width of a column in design view, some rows that were previously populated in preview view...
View ArticleAlternating background color in tablix problem
Hi,I have a table which is based on an ordered dataset. I want the background color to alternate for rows. I set the BackgroundColor==IIf((RowNumber("Tabla") MOD 2) , "Gainsboro", "White") where...
View ArticleRefreshing second,third,etc... multi-value parameter after filling in the...
Hi Guys,I have this problem where i need to use multiple multi value parameters. The issue is that when I select a couple of those parameters the list of the other parameters should be updated, which...
View ArticleRS2005 Report with Execution Snapshot shows two reports - bug?
I am experiencing odd behaviour on a report where I'm using an Execution Snapshot. This is the basic sequence of events that caused the fault.1. I created a Report using Visual Studio 2005. (a basic...
View ArticlePage numbering issue
My report is created in SQL Server ReportinG Services 2008R2. It consists of a group header that contains aggregated information, and a detail area that can span multiple pages.When I preview my...
View ArticleDifferent performances to produce reports with a scheduled data-driven...
Hi,I've create a report with only a parameter in order to produce massively the related pdf. I've created a scheduled data-driven subscription. I've executed some proofs on the same development...
View ArticleReportServerTempDB with large size
Hi guys,I configuredmy reportingserverand automaticallycreatestwo databasesby default.For now,hehasonlytwo reports, whichhappen to bea littleextensive,but thedatabaseReportServerTempDB is...
View Articlea report grouping and SUM challenge
I am not sure how to best communicate my challenge without the following image. I have a number of report groupings, child/parent/adjacent etc. The report groups the information by State "DE" at the...
View ArticleReportItems in Header repeating when exporting to EXCEL
I used ReportItems."FieldName".Value to get the value to show in the header.When grouping by that FieldName Value, the value changes on every page break on the ReportViewer.The problem is that when I...
View ArticleFooter collapsing in IE8
Hi, i am having small problem with Report footer.when we run report in IE8 browser the footer was collapsing in to the main body.this issue was not occurring in remaining other browsers only in IE 8...
View ArticleRS 2005 or 2008 Data file using Double Quotes issue
Whats the easiest way to create a file with this style of format? fields are certain lengths and fields have quotes in front and back and then comma seperated. im able to get it to look fine in SSRS...
View ArticleReport Builder fails with IM002 when trying to access an ODBC Shared...
An ODBC Shared DataSource works fine when accessed from Report Builder 3 on the Report Server.When Report Builder 3 is run on a local machine and attempts to access the same ODBC Shared DataSource then...
View Article