Newbie Question
I have a report's URL using ReportViewer that contains report id; How do I:1. Find the report name?2. Find the Report Server name?
View ArticleIs it possible to attach VS debugger to RDLC code
I'm adding a few functions to the Custom code window in the RDLC designer in Visual Studio 2012 for an ASP.Net web application report that is using the LocalReport object (Microsoft.Report.Webforms...
View Article'ASP.NET session has expired' error in the ReportViewer control
HiWhen I export a report with more than 30000 rows with reporting services I see this error: ASP.NET session has expiredWhat is the best option to solve this problem, and why aspnet throw this error:My...
View ArticleSSRS Expression
Can someone please validate this. I am getting errors and dont know why. =IIF((First(Fields!WorkGroup.Value, "WorkLabels") = "FLEET"), "TRIANGLE", IIF(Left(First(Fields!WorkArea.Value, "WorkLabels"),1)...
View Articlehow to generate multiple pdf files using asp.net,C#,rdlc report,sql server in...
i need to export to multiple PDF files from rdlc automatically if i click button it should generate multiple PDF filesi tried single PDF its working from this...
View Articlessrs expression to find count of records which falls beween two dates
Hi All,I need assistance in building SSRS expression to find count of records between two dates. below are my conditions:1. Submitted Date = Today and Submitted Date <= Today()- 302. Submitted Date...
View ArticleStream PDF Fails in Edge Browser
I have a process to stream a SSRS report to a browser. After creating (saving) the report to a PDF file I send the file to the asp.net function below. It works perfectly in every browser except...
View ArticleReportViewer returns blank even if there exists data
My reportviewer returns blank when deployed. It works fine in iis6 but returns blank in iis7<rsweb:ReportViewer ID="rptReportViewer" runat="server" Height="470px" Width="100%" AsyncRendering="false"...
View ArticlePdf report not displaying in browser
Hi following is my code for creating a pdf report.string strQuery = "select stdid,class name1,name2,surname,fname,mname,section,room,house from stdmst1 where class=10 "; //SqlCommand cmd = new...
View ArticleI cant get sql read to work.
In my code I can open a sql channel ok.However I cant get it to read a table with a username and password field.I get username not a valid object error. string connectionString = @"Server =...
View ArticleUser experiencing Report Viewer ASP.NET session has expired
Hi, We are using the ReportViewer control in a web application. The application is sitting on a web server, with the database and SSRS on another. The application is a secure application using SSL. All...
View Articleprinting in a roll paper from SSRS using c#
Hi,I have a report with subreport as header and table. I need to print the invoice in roll paper having width of 4 inches.If i changed the page size to width and height 4 inches, its working for table...
View ArticleSSIS Report Format Issue
Hi All,I want to generate a csv report with the following format in SSIS.Some Static Text - 1 Data from SQL Some Static Text - 2 Data From SQLI was thinking to create a report with these static texts...
View ArticleSome question numbers don't show on the rdlc report
I need to print a 100-question test (stored into a datatable) to a Word document. Part 1-question 1 to question 56. Part2-question 57 to question 66; Part3-question 67-question 100. Part 1 and Part 2...
View ArticleReinstall ActiveX rsprint
Is it possible to remove and reinstall the ActiveX print control on a workstation? Currently, my 64-bit windows 7 Pro will show the printer icon for a report but when I click on it nothing happens and...
View ArticleSSRS Parameter selected values loaded to view report receiving...
Can anyone point me in the right direction on how to run only the parameter values that are selected from the drop down to view the report, instead of it running all of the records or how to resolve...
View ArticleHow to deploy SSIS package on Amazon AWS RDS
Hi,I am trying to deploy my SSIS package on AWS RDS from visual studio BI.Please help me how to deploy it in Amazon AWS RDS.Thanks, Ram
View Articleprint value on report
http://i68.tinypic.com/fuaujc.pngi have this report i fill name , profession , address and Date from my database i have problem to fill the part of Tasks conclusion which based on tasks 1,2,3 and 4if...
View ArticleReport Viewer In VS 2010 always showing loading in IE 8
when I tested small data in report viewer in vs 2010 without parameters it works fine without any problems in ie 8.But if there is big data with parameters it shows the loading and Never stops, But it...
View ArticleCreate the report - how to?
Hi,i have the following SQL DB Table structure, including the data:CREATE TABLE [dbo].[T_BudgetCharts]( [ID] [int] IDENTITY(1,1) NOT NULL, [BudgetId] [int] NOT NULL, [BudgetItemLevel] [int] NOT NULL,...
View Article