ReportingServices2005.Execution error
I am using VS 2017 and was trying to use a function from a website created in VS 2010. I tried to add the following Imports statement at the top of a class and am getting an error "Namespace or type...
View ArticleExporting local report to pptx
Hello all I've seen code on how to export a local report to PDF, word and excel. What would I have to do to get a report exported out to pptx? I figure open xml would come in to the mix. Any and all...
View ArticleExecution Date in Subscription File Name
I have a client that is requesting I send him a csv file with the report name followed by the report date. So it would be like RNAME20170825.csvThis is being delivered to a file share.Then from there I...
View ArticleHow To Repeat Perticular data eg.Paragraph in loops based on condition in...
I am having an issues in RDLC report.issues is i want to print the paragraph repeatedly based on the input given.if in input name,name1 is given then i would like to print paragraph for 2 times,in...
View Articlerdlc file opens in xml but not in design. Updated Visual Studio recently....
I am working on a project and recently updated my VS from 2015 to 2017. My existing reports execute well but when I try to open the RDLC file in Visual Studio to modify, I get an XML version of it. I...
View ArticleLocalReport.Render() with different device information
My requirement it to design RDLC reports with parameters and populating date to parameter at run time and printing them to selected printer.I set width and Height in RDLC report and i would like to...
View ArticleExport datatable from gridview to Local report in a Panel
There is a datatable displayed in a gridview that needs to be exported. How can that most simply be done thru a Local report in a Panel.Please provide detailed instructions with code and examples. Thanks.
View ArticleRDLC Report returns error after changing the report layout(Version issue)
I used to work on SQL server 2008 while working on the RDLC reports. Recently I have upgraded my VS and SQL server to 2017 and 2014 respectively. Now, My RDLC Reports run well if they are not edited....
View ArticleSQL Connection Error
Hello,When I host my web application on server an error occurred:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not...
View ArticleHow to Use Parametized (expression) Connection String without being prompted
What I'd like to do is create a report that will pull data from 6 databases, where the schema is the same for all 6,and consolidate the data into the one report.But how can I do this without being...
View ArticleDownload PDF from SSRS using HttpClientConnection performance ISSUE
Dear TeamScnario : Download 1000 PDF from report server. PDF Size : varies from 30KB to 250KB Business Requirement: Shall be completed in one hour Infrastructure Setup: report server and the sql Job...
View ArticleHow do I allow anonymous access to SSRS report in .NET portal?
Hello,Firstly, thank you for your patience in addressing my issue as I am new to deploying SSRS inside .NET solution.My problem is that everytime I attempt to access a my website, and more...
View ArticleDeploying SSRS reports to web server
Hello,I have set-up SSRS reports on my local machine by installing reporting services and configuraturing this to work with my local machine. My question is how easy it would it be to deloy the...
View ArticleMatric lay out report
I have the following record in my table ShiftCode ShiftTime Position EmpName Shift1 Morning Shift Admin...
View ArticleBest reporting tool for ASP.net webforms / MVC
I am planning to develop a web application which needs to be hosted in windows server 2012 R2 VPS Server. I have used SAP crystal reports and faced so many issues (memory related mainly) and do not...
View ArticleDisplay SSRS Report
I want to check the caption of the report window opened contains "DisplaySSRSReport" by using cmp Contains property.I have seen this error i.e. statement Set MyCellContent = MyCell.WndCaption saying...
View ArticleHow to directly export a Report Viewer to PDF ?
So I have a normal report viewer as below:<asp:LinkButton ID="btnGerarCertificado" runat="server" OnClick="btnGerarCertificado_Click" CssClass="btn btn-info" Visible="false"><span...
View ArticleHow to render "N/A" in fields with empty dates in an existing nested IIF/Is...
I have an existing IIF/Is Nothing function in place and want the field to show N/A is there is no dates in my...
View ArticleMVC helper for ReportViewer: width doesn't work
In MVC I have a view with a reportviewer, but the width and height can't be set. As a result I the report is very small compared to the page. What do I do wrong?This is the code in my controller:public...
View ArticleHow to show Error on SSRS Report Viewer When Network Failure occurs.
SSRS Report Viewer does not show Network Failure notification when we unplug network cable. It keeps on showing report from view state and does not take impact of what parameters passed to it. Any Idea ?
View Article