Can not find reportingservice2010 class in reportservice2010 namespace,...
I used SQL server 2008 R2, Visual Studio 2008 window form.I added web service reference:http://<Server Name>/ReportServer/ReportService2010.asmx?wsdl in my project successfully. and give...
View ArticleSSRS 2008 R2: Using a value returned by SP as a parameter to another SP with...
Hi,First to state, I am not a master in SSRS yet, only have been using it for last three months.I have stored procedure in Oracle which I would need to execute twice, second one having parameter needed...
View ArticleSSRS 2012 Forms Authentication - Report Builder Login not calling...
I am sorry if this is a duplicate, but none of the other solutions to somewhat related questions applied, worked, or references were still available. I currently have Forms Authentication working for...
View ArticleLookup Function on Image Value Not Working
I'm having an issue getting a Database bound image to display in a SSRS 2008 R2 report. Any idea why it won't display the image in Method #1 below?The report prompts for a logo to be selected by user...
View ArticleWebBrowser-Authorization for Reporting Services
Hi,i have a .Net-application where i use ReportingServices2008. There i build an url with parameters to show the finished report in my wpf WebBrowser. This works fine...but now there is the login-popup...
View ArticleMerging cells (horizontally) depending on the row
Is it possible to merge cells within several columns depending on the row number? e.g. colA colB colC colD1 x a b c2 y -------------------------3 z...
View Articlehow to remove row data that should be blank?
hi guys! could you please help me. i got a problem using matrix table.in my column i got 2 types of data 1st is withpay and 2nd is withoutpayif there are no data the date should not appear. what is...
View ArticleUsing Aggregate Functions with a Guage
Hey all, Currently I have fields for:Computer NameLast Check to the Server.I also have calculated fields to determine whether these computers are considered "active" or "inactive". What I want to do...
View ArticleSSRS and ssl certificates
(This is a cross post from the MSDN forums, as no has repsonded after 5 days.)I have a problem with creating and using a self-signed ssl certificate for SSRS 2008 and there doesn't seem to be any clear...
View ArticleMatrix Problem - Can I show all columns?
Good morning all. I have a report that is set up as a matrix. The repor shows data relating to review numbers (for example 1-6). Based on the date range selected from my parameters the report will...
View Articlefill all month in matrix
Hello, I have a matrix with year and month as column headers.I'm sure you know the problem that when I don't have data to one of the month, I have a "jump" in my matrix (from April its jump to June).Is...
View ArticleFill Matrix down rather than across
Hi,My SSRS report has the below Matrix:Is it possible to change this so that it appears vertically rather than horisontally? I'd like Fin Period and Percent On Time to appear as column headers ansd...
View Articlesubscription with zip folder attachemnt
Hi ALLI need to subscribe a report with attachment of Zip folder.can we do this in SSRS? then how?Please help
View ArticleAverage a LOOKUPSET with a code in SSRS
So I have a dataset where I need to sum the lookupset and I achieved this by using the below code, however i now need to average another column from the same dataset (by lookupset) and I cannot seem to...
View ArticleHow the subreport take parameter value from the main report?
I have a main report and a sub report. the main report is to display the billing report and the subreport is to display detail tarif of the billing. the both report work well stand alone. the subreport...
View ArticleInfinity issue in SSRS
I have the following expression in an SSRS report:=Sum(Fields!column1.Value) * 3600 / ( Sum(Fields!column2.Value) + Sum(Fields!column3.Value) )when the report runs I get infinity for the column when...
View ArticleWhy the parameter pane hidden , in drill through reports , SSRS?
Hi All, I just started working with a drill through report , where 2 reports are linked back and forth. In the designer each report shows the parameter pane even after linking to the other report. But...
View ArticleHow can I hide a column when exporting to Excel (Row Group Column)
When I create a row group in a tablix, a column is created to house the group. When I export to excel, this column is merged and will not allow normal sort processes.How can I "hide" the column that is...
View Articleadding another if statement after a bunch of nested iif's
Hi everyone, Got a little issue thats causing me some headache. I have basically got a bunch of nested IIF statements, 6 in total which are working perfectly and basically contruct a sentence with...
View ArticleAccessing Multi-valued Parameters
In my report (SSRS 2012) I have a multi-valued parameter (@BankNum) that is populated by a list of available banks.In the dataset (parameters tab) I have the expression = join(Parameters!BankNum.Value,...
View Article