VB.NET - RDLC / ReportViewer Export Filename; HTML encoding
Hello..I have the export to only PDF working properly. I have the filename being saved properly using the ReportViewer1.LocalReport.DisplayName = String.Format property.But, I would like to add a...
View ArticleMultiple SSRS reports on single webpage with dynamic controls
I require help where in i want to generate the parameter(asp.net controls) as per the ssrs report selection.There are 40 deployed SSRS reports and have different parameter for every individual report.I...
View ArticleSSRS 2008/2012 - How to display favicon In IE Browser
Hi, we are using SSRS 2012/2008 in projects where we have to display the client logo in the browser through favicon option. I tried by adding the following node within head node in ReportViewer webpage...
View ArticleHow to do column grouping by month in report builder?
May I know why 'duplicate Aug and Sep month' in this report? How to do column grouping by month in report builder?Here is the print screen.My data:
View ArticleHow to achieve dynamic grouping in rdlc table which are generated though c#...
I am trying to generate rdlc report using c# and i am forced to do it programatically because my boss said that you will know the number and names of columns dynamically (may be through xml) and i...
View ArticleHide row in SSRS that contains code.whAdd()
If I hide the field or hide the row, the code.whAdd function does not run. I want to count the occurrence of unique values but don't want the row visible. I have an image but don't have site to upload...
View ArticleVB.NET - RDLC / Reportviewer no report being displayed in Opera and Chrome
Hello..I have Reportviewer and my report working fine. Except in Chrome and Opera, nothing is being displayed; just the top menu bar.If I open developer tools in Opera, the information is showing up...
View ArticleHow to combine multiple row into one row?
I want to combine multiple rows into one textbox on the report. When I run the sql query its give me multiple result now I want to show the multiple result into one textbox. Is this possible? How can I...
View ArticleHow to create this subreport?
I try to create a SSRS report to display vehicle information for one owner which is one to many relationship in SQL, means the owner can own at least one vehicle and up to 5. How do I implement to show...
View ArticleRDLC Hebrew report in vs2008
Hi,I have a rdlc report in Hebrew. It contains rectangles with textboxes. I have set direction of each textbox to rtl and also textalign. However, when displaying the report in reportviewer or...
View Article401 Unauthorized SSRS - authentication from .NET/IIS
HiI have an application in VS 2013In a nutshell,we are launching an SSRS report from C#, and using the APP Pool identity from IIS to authenticate to the report However we keep getting 401 unauthorized...
View ArticleSub report generating extra spaces automatically in report
Hi! I am using SQL Server 2012 with Report Builder 3.0. I have created a report in which i have used one sub report. As indicated by the arrows in the image those 3 cells are merged and one sub report...
View ArticleSSRS slowness
Hello all.I've heard complaints regarding the overall slowness of running SSRS reports. Does anyone concur? And, assuming it's not the SQL retrieval itself causing the slowness, any tips on how to...
View ArticleUsing GetItemParameters to determine control type.
Hi all, I am building an MVC / Web API site that has been suitable for many platforms. Part of the app uses SSRS for reporting. I cannot,, and wouldn't want to, use the regular ReportViewer control so...
View ArticleHow to stop sql query.
Hi All,How to execute a sql query after a some time period in ASP.NET page.Please tell the process or give me the any link.Thank u.
View ArticleSSRS show trend chart by up and down arrow over column chart per series groups
chart dataValues- No of ItemsoldGroup-Product(ProductA,ProductB,ProductC...)Series -Year(2013,2014,2015,2016)I have to show the trend of the item sold for each group by a up and down arrow. Let say...
View Articleset chart area background color based on x-axis and Y-axis value
I am creating a report that shows a scatter chart. I want to set the chart area in two colors based on x axis and y axis value.x-axis-1 to 10y axis-1 to 10area between x axis value 0 to <=5 and y...
View ArticleOn Print Layout Repeat textbox (not in Group header) on every page in List...
On Print Layout Repeat textbox (not in Group header) on every page in List Control Please help me out on...
View ArticleReport viewer local mode export to PDF does not open large files
Report viewer does not open large file . Its only 7 page New browser window opens and file does not get open .
View ArticleSSRS reporting does not display when containing made visible
I have a site consisting of div s that are made visible="true" or visible="false" based on what buttons the user operates. One of the div s contains a ReportViewer...<div id="divReports"...
View Article