Report Builder: Display a dataset content as a simple table
Hi all,I'm trying to display a simple table in a report but I'm not able to find the way to do it.It seems to always wants to group dataThe closest I succeed to have is this (I have to put the...
View ArticleAccessing data on non-reporting SQL servers
I realize this is a stupid question, but I just wanted to verify before implementing.If I want to create reports using data from SQL databases that are on other SQL servers instances (that do not have...
View ArticleBest practice for single-valued result in SSRS 2012
I'm new to Reporting Services and using SQL Server Data Tools (Visual Studio 2012). I want to add an item that will display a single value - in this case, the result of a stored procedure call. The...
View ArticleReport Browser Sessions Getting accumulated
hi When a user close the report browser before its session ends, sessions keep growing on the server.so, can some one please suggest a way to automatically close the inactive sessions to spare the...
View ArticleReport Server Connectivity
I am using SQL Server 2008 R2 on Windows Serer R2When I try to retrieve a report from report server I get the error message An error has occurred during report processing. (rsProcessingAborted)Query...
View ArticleIndicator Value expression error - [BC30034] Bracketed identifier is missing...
I'm using the following Value expression for an indicator:=switch(fields![event status 1].value="Complete",1)Why is this erring out on me?
View ArticleMultiValued Parametrs in Drill Through SSRS Report
HiI need help on Multivalued Parameter.I am paasing multivalued parameter in main report and using Split(parametrs.value,",") in expression.But after running report,drill down report fetches only first...
View ArticleHow to repeat a group section heading/title on each page
I have a report that is generated from an oracle query. Let's say the data comes back like this:STATE_RNUM | CITY_RNUM | STATE | CITY | POPULATION | MEDIAN_HOUSE_INC | MEAN_HOUSE_INC1 | 1 | Wisconsin...
View ArticleImplemented custom data processing extension
Deployed the assembly in Reporting server.After opening the report the below error thrown.System.Security.SecurityException: That assembly does not allow partially trusted callers.
View ArticleReport Server is responding very slowly.
Hi,We have a server and on which we have installed the reporting services and the report manager URL to access the reports is http://<server>/Reports.When I try to access the report manager from...
View ArticleRemoving Unwanted White-space from hidden footer and footer should display at...
I have a report which prints check and can have multiple page of transaction per check. And this check should be printed at the bottom last page. So i had created footer to accommodate all the data...
View ArticleADO.NET data table from the SSRS custo code reference
I have a C# dll library that returns a data table. I have added the library to SSRS references. I need to use this datatable as the source for my table/matrix report. Is there a way to use the ado.net...
View Articlewhat is row & column groups how to identify some one explain with examples
what is row & column groups how to identify some one explain with examplessccmghost@hotmail.com
View ArticleDisplay column based on another table in RDL
I have these tables.I created my RDL using the steps here: http://social.msdn.microsoft.com/Forums/en-US/9473ed74-9244-4fef-88f6-bc8710130940/rdl-dynamically-create-column-from-valuesHowever, there...
View Article[rsRuntimeErrorInExpression] The Value expression for the textrun...
Hi all,i am new to SSRS reportsmy query to get data is:select * from calldatadump where CAST(calltime as Date) between @StartDate and @EndDate and CallTypeId=@CallTypeId and stdcode=@StdCodewhen i...
View ArticleSSRS IncludeLink Field
Hi,I've got a data driven subscription set up in SSRS 2012 that works fine until I try and "Include Link" from my database. I've had a look in the SSRS Trace file and the following exception is thrown...
View ArticleCascading Parameters in SSRS
Hi,I am new to SSRS. I have two parameters in my report, namely, @country and @state. I want that when I select a country, data of all the state belonging to the country should come in the report. The...
View ArticleFormatting in SSRS report
Hi Guys,I have one SSRS report which is being populated from below fact...
View ArticleSSRS reports subreport need to be invisible for users in SharePoint 2010
Hi,In main SSRS report have many sub reports. I deployed main reports and sub reports to sharepoint 2010.Sub reports are called in main reports. Those are not run individualy. User wants to hide them...
View ArticleHave You experienced Transport Connection error in ssrs
Getting this error Unable to read data from the transport connection: The connection was closed.while click on drill through report in ssrsThanks, Vamshi Krishna
View Article