Could not load file or assembly error when deploying Report
I inherited an application that uses reports. I made a change to a report on my local machine using Visual Studio 2012. When I went to deploy dev (SQL 2008 R2) I see it trying to go to the dev SQL...
View ArticleReportViewer number page per id
Hi, Im working in a rdlc reportviewer to print instantly a masive pdfI need to add a Page number in my pdf report, but need to add a page number for each id(sql column id) in my report Right now when I...
View Articledynamic height for range chart problem
i have a range chart report that contains number of projects and its stages project contains static number of fields about 8 bars per projectthe problem is that i have parameters that specify which...
View Articlenovice SSRS question
What I'm trying to do is very simple. I've adjusted my query to join into another table to gather a value, no problem. I'm trying to replace an existing value that was varchar(10) with my new value...
View ArticleSSRS report not updated after "successful" deployment
To Whom It Concerns -- FWIW, this bug still exists in VS 2013. Visual Studio does NOT update always update a report on the server after deployment. Ug. What a stinky bug. When I deploy my report from...
View ArticleEnable rdlc ReportViewer Toolbar
Hi Experts,I want to enable toolbar of ReportViewer like Zoom facility, Enter Page Number for directly changing page number, Searching etc.Please tell how can I tell you.Thanks, Rahul
View ArticleFirst page and last pages must be static and other pages are dynamic.
Hi,In report viewer I need to design a page which will show First page and last pages must be static and other pages are dynamic.How to do it?
View ArticleBar & Stacked Bar Chart ,plz help
i have to make a stacked Bar Chart in this report here is the screenshot that shows my problem with it .the first one is a normal bar chart and its doing ok ,the problem is in the second one ,the...
View ArticleDesign header and footer for each and every page
Hi Friends,Hope all are doing well,I have created rectangle for first and last page must static and one rectangle for using retrieve dynamic data.I need to design first and last page header and footer...
View ArticleTablix Filter using IN for Report Builder 3.0
What is the proper format of data entered into the Value field to get the IN operator to function? I have tried several variations of ('A4541','A4542') without any luck... Thanks!
View ArticleRE: rsItemNotFound
Hi,I have sql reports which are available in server and when try to integrate in .aspx page by adding reportviewer control I am gettingrsItemNotFounderror.proctected void btnresponse_Click(){...
View ArticleReportDataSource.Value to a table in my DataSet.xsd
How do I set the ReportDataSource.Value to a table in my DataSet.xsd ?At "rds.Value = ClaimsDataSet.tblHeaderDataTable" I get error message " is a type which is not valid in the given context."public...
View Articlebest way to send a rdlc directly to user's default printer
In an ASP.Net 4.0 C# Web Application, what is the best way to send a rdlc directly to user's default printer and also make a pdf file of the rdlc and store it on the fileserver?I don't want the user to...
View Articleselect all not working in Report
Parameters:MemberTypeId,FullName,ActiveActive Parameter Properties:->Allow Multiple Values->Available Values:Active=0, Inactive=1Query:select UserId,FullName,Active from dbo.Users where...
View ArticleLaunching Simple SSRS report in ASP.NET
The report has a self-contained data source and uses a query. For now I won't be passing any parameters although I could in the future. It's an RDL file. No stored procedures involved. Step by...
View ArticleHide a Table in SSRS report and Hide the same in Excel export.
Hello , I have to Hide/Unhide a tablix based on a parameter . For this , I have set the condition in the Visibility property of the tablix . Now , I have to hide/unhide the same during excel export too...
View ArticleHow to fix "#Error" on custom field for Totals...
We have a column in an RDLC Report that shows a Dollar Amount if the amount in amount22 from the SQL Query is NOT zero. The Amount contains a Zero or an actual amount. IF the amount is zero, then we...
View ArticlePDF rendering problem
We have a SSRS 2012 report that renders perfectly in print or Word export. However, when we render it to PDF we get some occasional page breaks in the middle of a multi-page invoice report. Has...
View ArticleReportingServices2005.Execution
We are using a website that has a code page with the following at the top.Imports Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.ExecutionInside the code page Class we have a function...
View ArticleReportViewer to take my LocalReport object
How do I set the ReportViewer to take my LocalReport object?I get error "can not be assigned to --- it is read only" on line: ReportViewer1.LocalReport = report;Here is my code:protected void...
View Article