SSRS with multiples datasets which query same table
HiI have a SSRS which 6 datasets which read the same table and the report is very slow.Should I check the option: Use Single Transaction?
View ArticleWhar is wrong with SSRS report margin setting?
I used Visual Studio 2013 to created SSRS reports and one of them I set left and right margin 0.4 in by the report property.Once I deploy them to a testing report server and use asp.net web form to...
View ArticleMicrosoft.ReportViewer.WebForms An error occurred during local report processing
Hi All,{I had this posted on social.microsoft.com but was told to try posting it here to see if someone can help}I use Microsoft.ReportViewer.WebForms to create pdf files from an rdlc file. All of this...
View Articletesting an ssrs 2012 report that uses html
I have a vb.net 2010 webform application that I support. The application allows users to edit letters sent out to parents of school age children depending upon the purpose of the letter. There is no...
View Articlehow to install MS Report viewer 15 into server?
Hi,I have developed the web application in vs 2017 and report viewer 15.It works fine in my pc.If i need to deploy into server, install the report viewer 15. But I could notI have downloaded the...
View ArticleGet first and last dates when assigned to team
Hi Just starting on a report for cases being sent between different teams but am stuck as I can get the desired outcome. For each case I would like to find the first date the case sent to Team 3 and...
View ArticleHow to implement a stored procedure to get this summary result?
I will implement a SSRS summary data report with following data records from one table.ID Part Type Value1 Payroll State Tax...
View ArticleSSRS vs ReportViewer in ASPnet MVC
HiI have 2 options: SSRS or ReportViewer in a new web application.What is the better option?I would like to compare performance, diferent kinds of charts and best practices.
View Articlemultiple result sets from stored procedure bind to tabs in ssrs report
Hi,I have requirement that would bestored procedure having below queries like select * from t1select * from t2select * from t3above result sets each having almost 100,000 records.I have to display 3...
View ArticleSSRS Report
Hi I have created SSRS report . How to integrate in my Asp.net ApplicationThanks
View ArticleSSRS 2016 Custom Authentication
Currently I am implemented the SSRS 2016 Custom Authentication via https://github.com/Microsoft/Reporting-Services/tree/master/CustomSecuritySample2016 I have an external web application with only a...
View Articlerdlc / there is not enough space on disk
Hello, we are using RDLC on a webapplication, It is host on an internal web server for internal users. During a year all the user can generate reports, but recently gets an error: "there is not enough...
View ArticleNot able to set "EnableExternalImages = true" for AspNetCore.Reporting 2.1.0
I am using reporting package - AspNetCore.Reporting 2.1.0 (https://www.nuget.org/packages/AspNetCore.Reporting) to generate the PDF report using RDLC. But don't know how to set - "EnableExternalImages...
View ArticleSSRS 2012 i want To add a page has the place of the homepage(SSRS)
hello ,this is my SSRS home page and i want to Add a page which makes the rerouting for the homepage like this can you help me please whether it is possible
View ArticleHow to allow Export to Excel only in RDLC ?? (NO Word/PDF)
Hi Friends,I want my RDLC report report to Allow export only Excel Reports. I found this code on internet. Unfortunately. It hides only PDF not the WORD can anyone help me?<asp:Panel...
View ArticleHow to show Dynamically created DataTable in RDLC Reports.
I have tried many ways and the dynamically created DataTable is not showing in RDLC report PDF file in ASP.Net MVC C#.
View ArticleCS0433: The type Microsoft.Reporting.WebForms.ReportDataSource exists in both...
After upgrading Microsoft Report Viewer Control for ASP.Net Web Forms applications from version 10 to 15 with Nuget, when published project to server the error below starts to appear. On local machine...
View Articlehow to avoid to Specify a username and password for datasource in SSRS?
I am using SSRS as a part of my project for displaying reports. It accesses data from SQL data source.Here my problem is that each time I view my report on the browser, it asks me like this"Specify a...
View ArticleDynamic RDL(SSRS) file Generation
I have created .rdl file using C# Asp.Net Core dynamically.Problem i am facing while loding report in ReportViewer is .rld files's DataSet is not Initialized. or Dataset fields are not refreshed.I want...
View Articleadd SSRS report link to mvc new windows remove password to user client
I have SSRS report server link http://myservers/reportserverand in web.config add key linkserver report<add key="ReportViewerUrl"...
View Article