Passing Parameter in drill through
How do we pass a parameter on click in SSRS...For eg. if we have to drill through from one report to another report and we click on a year 2012,the second report should show the results related to...
View ArticleHow do I use Previous function in SSRS
I'm working on SSRS report. There are two main fields CurrentMV and PreviousMV both are having there different formulas but I need to change field PreviousMV to take a value of CurrentMV but previous...
View ArticleSSRS 2008/Visual Studio 2008 - Hide subreport until group changes.
I have a report that lists SQL Server database roles and all securables for the role. I am grouping by the role. I have a subreport that lists the members of the role. Currently it displays the...
View ArticleTextbox Properties Question
I'd like to Create a Drill through or Hyperlink which displays the the same report but filtered according to the link. For example North, South, East, & West will return 4 reports with the same...
View ArticleHow do I set 1st row value from sql script in ssrs report?
I'm working on SSRS report. There are two main fields CurrentMV and PreviousMV both are having there different formulas but I'm taking PreviousMV as a value of CurrentMV using...
View ArticleHow to remove NaN% value and replace with 0% when there is no value
I have this expression in my SSRS report. I use Business Intelligence Development Studio 2008I have coded value values of those field and they coming from code. Calculation works fine but I am getting...
View ArticleSSRS 2102 And 32 Bit Oracle Client
I have SSRS 2012 64-bit on Windows7. The machine also has Oracle Client 11.2.04 32-bit. The datasources in SSRS that attempt to connect to Oracle get an error badimageformatexception indicating that...
View ArticleFilter Dataset based on submitted Parameter
Hello,I'm fairly new to SSRS so please bear with me. Ive created a chart to display data retrieved from a CRM FetchXML query. This is all working well and I am able to populate my pie chart with the...
View ArticleSubTotals in SSRS
Hi,I have got requirement to generate a report with subtotals.Anyone please help me in finding subtotals for only two records.I have table with two columnsCol1 Col2servicefare50tax20vat30busfare200Now...
View ArticleHow to remove report Header space in subsequent pages
I wrote =iif(Globals!PageNumber=1,FALSE,TRUE) under Hidden propery of Page header. BEcause of this, report header is suppressed on the subsequent page. However, unfortunately, white space of the...
View ArticleHow to implement user Impersonation when calling reports.
The short story... We need to be able to access reports using an impersonated account from our application.The longer version...We received a mandate that we need to tighten report security down to the...
View Article2012 SSRS Public Key Problem on Scaleout Deployment
SSRS Edition 2012 Enterprise - Attempting to create a Report Server scaleout deployment. Getting following message when attempting to join and new server to existing scaleout using command rskeymgmt -j...
View ArticleSSRS 2012 - SharePoint Integrated - Data Driven Subscription - Cascading...
I am working with SSRS 2012 in SharePoint integrated mode and trying to create a data-driven subscription. The report contains cascading parameters that I am trying to set with static values during...
View ArticleGroups and page breaks issue.
I am creating a report in SSRS 2008R2 and exporting to PDF, however I've hit an issue that is causing me to pull my hair out (well, what I have left at any rate).My groups are as follows from the...
View ArticleHow can I add an embedded data source to RDL in C# code?
I am trying to use SSRS in a multi-tenant situation. The base version we want to support is SQL Server 2008 but if R2 is needed we might be ok with that. I am currently using the...
View ArticleReport performance: TimeDataRetrieval vs Query in SS-MS.
I am having some performance issues with a report. - My report takes about 3-5 minutes to run via Report Manager- Running the query for the report in Microsoft SQL Server - Management Studio takes...
View ArticlePage Header element wont print on all pages
I have a page header with 4 text boxes. One of the text boxes has an expression =(ReportItems!Textbox121.value)Within the body is a tbalix with only the details on a textbox field with the expression...
View ArticleCreating a report from a web service
Hi all,I must say upfront that I know little about web things and web services, but I have a need to create a report from a web serviceI have a web server that I can send a request and it returns back...
View ArticleHOw to print several reports from SSRS for multiple parameters
I have a report that has about 15 pages. I pass in mutiple parameters. member id...so same report for several persons.I need to be able to select all from the parameter and be able to run it and print...
View ArticleChange Text Box on Basis of Count
Hi All ,Suppose i have a query select contact from organizations . so my design Mode will have a single Text Box for contact to display contact information.Now my requirement is i have 2 text boxes...
View Article