Reporting Services - When previewing 1 report, Why does every report build???
Hi,Can anyone help.Whenever I preview a single report in the previewer in visual studio, every report in my project is built before my report actually previews, which takes a v long time. There must a...
View ArticleNo View Report Button in Parameterized SQL Reports
Hello All,As per my project requirement I'm publishing reports in SharePoint 2010 library. Basically my report has 2 parameters that I need provide before generating report. When i ran my report in...
View ArticleLayout question.
I have two questions/situations, but they are similar in nature:To the right of my tablix, I have put an image. However, when running the report, the tablix or the report will always be above/below...
View ArticleIs single value any of the multi values?
I have multi-value parameter of integers.I want to know if "1" is ANY of the values, does not matter the position.The following does not work:=Parameters!ids.Value = 1... and of course using Value(1)...
View ArticleWhere Did The Row Group Parentheses Come From?
I have a report in SSRS 2008 R2 that rolls up some payment data into a drill-down report and it works fine.I then added it to another project for use as a template and something odd is happening.I...
View ArticleGrouping expression in SSRS 2008 R2
Hi, I am using SQL Server 2008 R2 and I am stuck with a grouping expression. I have a report that shows points scored by the students for each student for each individual course. Parameter subject is...
View ArticleReport Subscription -non-delivery of emal
The following error was generated when a subscription was run for report on Reporting Services server:Failure sending mail: The SMTP server requires a secure connection or the client was not...
View ArticleRight data type
I have table like belowSale rent 11 Null 22 0 33 33Data type for Sales and rent is varcharMy query is:Select Cast(Sale AS Bigint) AS Sales Cast(rent AS Bigint) AS RentsFrom TableWhere Cast(Sale AS...
View ArticleUnable to load client print control
Hello,We have a problem where some people are able to print the report and others receive the prompt"Unable to load client print control". Those who are able to print are local administrators on their...
View ArticleDeploy SSRS Reports using Visual Studio
Hello,I successfully deployed a report to my report server using Visual Studio, (meaning I right clicked on the solution explorer and was able to successfully deploy it). I am not sure what the next...
View ArticleFailure sending mail: The server rejected the sender address. The server...
Failure sending mail: The server rejected the sender address. The server response was: 530 5.7.0 Must issue a STARTTLS command first Excuse me how can fix or solve this problem immediately plz for...
View ArticleHelp adding a bar chart that repeats for each row but spans all columns of a...
Hi,I am developing a dashboard for the SPO O15 Upgrade project and basically what I have is a semi complex table that represents [Customers] by rows and [Milestones] by columns. I call the point where...
View ArticleDeploying SSRS 2005 reports in https Webstie
Hi,I have two websites in IIS in production server, one with http and other with https configured.When I deploy ssrs 2005 reports into https website it prompts for username & password.I entered...
View ArticleSSRS: How to show only a desired label on radial scale of gauge.
Hi Is anyone knows how to show a desired label on radial scale of gauge? For Instance, the radial gauge has the values like 1000,2000,3000 and so on, here i would like to show only 1000 and hide the...
View ArticleSSRS: How to setup only lower and upper values on the radial scale of gauge?
HiI want to setup four labels on the radial scale of gauge as follows: 1. Minimum value, which is starting point of the scale 2. Lower value, which is Minimum value + 10003. Maximum value, which is...
View ArticleUpgrade from SSRS 2008 to visual studio 2010/2012
HiI have a SSRS project made in 2008 is there any option to convert it onto visual studio 2010 or 2012 ?i tried searching a lot but didn't get satisfactory answer even i tried to open SSRS project made...
View ArticleCan't open report projects in VS 2005
I can't open report projects in VS 2005. Says "make sure the application for the project type .rptproj is installed"I have installed SQL Server 2005 and I checked reporting Services during the install....
View Articlerc:Zoom=whole%20page still loading at 100%
HiI am new to SSRS, so please bear with me :)I am writing a little web app to display a slide show of SSRS reports and I have to set the URL via an XML config file.When I load the URL it defaults the...
View ArticleCount in SSRS
Hello!Could you please help with the simple question. The result of the query (groupping) is the list of numbers and letters, example:11A1AA1If we will count all this data, we will have 6 as result of...
View ArticleSSRS double hop working ok for one server and not for other
i have reporting server /iis on one machine and multiple databases are on other machines (some of them locally and others are located in branch)to use windows authentication i setup as per double hop...
View Article