How to creating a Table Of Content with page number ssrs \ export to pdf
How to creating a Table Of Content with page number in ( SSRS )SQL Server Reporting Services or when exported to pdf report. FYI, Page number should be there in TOC. Third party component is not...
View ArticleSSRS Grouping Issues
Hello,I have been working on a SSRS report where the data is grouped from 0 to 29 days, 30 to 60 days, 61 to 90 days and 91+ days. I also had to add a filter to the actual dataset to filter on whether...
View Articledefault locale for server en-AU
Is there a way that I can enforce the REPORT LOCALE to not be empty OR is there a recommended way to set this on the server so as to remove the current need we have to EXPLICITLY set this on every...
View ArticleSSRS report prompt for Login Credentials while running from browser.
Hi All,I have build a SSRS report and also published it. Whenever it is called from browser it prompts for USER Credentials.I want whenever user runs report, it does not ask for Credentials.Any...
View ArticleSetting the report results focus to Last page
I am looking to set the default display of the report results to be the last page.Example - I have a report which generates 5 pages of results. Currently by default, Page #1 is displayed. I am looking...
View ArticleSQL 2008 on Mobile
Image controls within a report are getting attached on a mobile email client. The desktop email client renders the report correctly but when viewed on a mobile device the missing images (as...
View ArticleWhy data is not getting displayed ?
I am creating a parent and drill through report, I have successfully created and displayed parent report but failed to load DRILLTHROUGH report when I click a name in parent report.What I did:Defined a...
View ArticleSSRS + over lay one text box on another
Hi,We have a requirement to do this. We have a textbox that shows the bank name and routing number with line underneath it (like in filling forms). Always routing number has to be 9 digits in final...
View ArticleSizeToReportContent works with Height and Width
Hi I have this configuration in aspnet....<rsweb:ReportViewer runat="server" Font-Names="Verdana" Font-Size="8pt" Height="482px" SizeToReportContent="True" WaitMessageFont-Names="Verdana"...
View ArticleProperties in ReportViewer - ASPNET - Font-Names and Font-Size
HiI have question....<rsweb:ReportViewer runat="server" Font-Names="Verdana" Font-Size="8pt" Height="482px" SizeToReportContent="True" WaitMessageFont-Names="Verdana" WaitMessageFont-Size="14pt"...
View ArticleDisplay Single Row as Multiple Rows in SSRS
Hi all,I am using SSRS 2008 R2 and experiencing the below issue.I am trying to bind a dataset to my report table over the report. Since the dataset/table displays over 25 columns, the client has to use...
View Articleprinting rdlc reports without having to install ssrc.
HiHow can I set up my rdlc reports to print without having to install ssrc?
View ArticleReportviewer tablix grouping when different data is available
HiI have a Reportviewer containing a tablix with a Group.My problem is, that in my datasource some rows are present for some members of the Group, but not for others.Then, when Reportviewer shows the...
View Articlecolor duplicate rows both
I want to show colored rows(both) when duplicate record found , i know i can do this like:=IIf(Fields!customer_code.Value = previous(Fields!customer_code.Value),"Yellow","")but i want to color both...
View Articlessrs reports not displaying report parameters
I have a vb.net 2010 web form application that runs ssrs 2008 reports via a report viewer control. Until recently, the reports displayed all the report parameters for the users to select how the...
View ArticleSplitting SSrs Based on Specific Data
Here is the thing I am trying to achieve it SSRS 2012 For Report generation , I want to break the table as soon the data encounters June. I wanted only one table which should split the table keeping...
View ArticleExport to Excel Problem
Good day! Hi, technically I'm still new here and hopefully someone could help me address an issue I'm having.The problem here is when I export the file to Excel. Item 1's Total Cost turns to...
View ArticleThe permissions granted to user 'domain\username' are insufficient for...
The permissions granted to user 'domain\username' are insufficient for performing this operation. (rsAccessDenied) Hi,I wonder if anyone can help me?I have installed and configured sql server 2005...
View Articlehow to maintain textbox in rdlc
Hi:I have a problem when trying to maintain textbox in rdlc while paging.I create table and textbox in rdlc, and use text box as page's title, however, when page index change to next page, like page 2,...
View ArticleIs it possible to attach VS debugger to RDLC code
I'm adding a few functions to the Custom code window in the RDLC designer in Visual Studio 2012 for an ASP.Net web application report that is using the LocalReport object (Microsoft.Report.Webforms...
View Article