report viewer
In my application want to display report depening upon empname . if user enter empname in textbox and click on reprtsbtn it should show report for that empname.But i dont know how to send parameters...
View ArticleReading .rdl file using ReportViewer
Hi all,I am trying to get my SSRS Table Report (an .rdl file) to display in my ASP.Net web form using the ReportViewer control?I have followed the steps in the Create a Basic Table Report (SSRS...
View ArticleHow to set report margin
Dear all professional,If exports the report as Excel format, how can I set the page margin in excel as 0.5cm ? Thanks
View ArticleAdd page break at Column Level in RDLC Report
I am stuck into a problem.... I am filling my Table with Dataset with FIXED rows but Dynamic Columns. My Requirement is that I need to have a page break after 5 columns...I mean Columns can grow from...
View ArticleP&L Statement in SSRS
Hi,I am working om a Profit & Loss statement in SSRS 2012 and am wondering how to fix correct calculations. My dataset has categories and subcategories and I would like to have these as row groups...
View ArticleGrid lines on SSRS report
I've scoured the web trying to find how to turn on gridlines (cell borders for a report) using ReportViewer in Visual Studio 2012. The only information I really found was to click the column tab and...
View ArticleHide Blank Page/Space on Visibility expression
Hi All, I have a rectangle and a tablix inside it . In Tablix , I bound some fields from dataset ... I want to show this tablix to Administrator only...So i have applied below visibility expression...
View ArticleReport Viewer Control Server Side Report
The 'rptViewer.ServerReport.SetParameters(parameters);' line of code is returning the below error message. I seem to have access to the report by using the report server URL and report path. What is...
View Articleat Microsoft.Reporting.WebForms.LocalReport.CompileReport() at...
Hello allThis was created with version 2005 dataset datatable only to show in report. I have added the two dllMicrosoft.ReportViewer.Common10.0Microsoft.ReportViewer.Webforms 9.0Had to update the...
View ArticleReportViewer on a Web page in IE
Hi,I have created reports using SSRS which run and display perfectly locally in their solutions and on the ReportServer.However if I place a ReportViewer control in a web page I seem to have a lot of...
View ArticleSql Server Reporing Services not opening reports
I have configured both the web services and report manager urls in Sql Server 2012 configuration manager. I can connect to them. However whenever I attempt to open a report I have there, here is the...
View ArticleReport Manager Error: The underlying connection was closed: The connection...
Hi, I know there is many topics with this subject, but I already did my search (I went to the fifth page of my google search) and I still don't got the solution.Problem:I recently installed de Report...
View ArticleBinding a textbox to an object
Let's say I have two objects in an entity-framework:public class Person { public int key; public string Name; public Address HomeAddress; } public class Address { public int key; public string street;...
View Articlealign chart column and x axis label properly
hello i have on rdlc report on that i am ploting column chart.its showing correctly but column and x axis labels are not aligned properly hoe to achive that??
View ArticleReduce the width of columns in stacked column chart on rdlc.
hello,on rdlc report i have one stacked column chart.i want to reduce the default width of chart column .How to achive this???
View ArticleProblem display table/tesxt box in reporting viewer
Hi all, we are deploying some reports using a web application with reporting viewer. All it's working fine, but we have a strange behaviour, when the text is long and doesn't contain space between...
View ArticleNeed some Help with SSRS expression?
I have a date column which shows me 2 values: Either date (1/1/2014 07:30PM) or Null.I also created a calculated field "Month" which shows me only Month and a year but it also shows January 1 for Null...
View ArticleView Report button
Good afternoon.The View Report button is right aligned. How I can I make it left aligned please? Thank you for your help.Sincerely,Mike
View ArticleThickness of lines in Line Chart
I'm using client-side reporting (RDLC) to draw a line chart in ASP.NET. This chart has two series (lines), and I want to increase the thickness of only one line. How to do that?
View ArticleSSRS Query Help
My query below executes Zero Rows. I need to get these columns;DemoGroupOrder,DemoGroup,DemographicGroup & DemoGrouplabe. How should I write this query, so I get the rows I want.Thanks for your...
View Article