rdlc report didnt print
i want to print rdlc report generated in the report viewer to print automatically when the print button is clicked, from the code, i have written , the whole report viewer is exported to print page,...
View ArticleHow can you create survey bar graph
Hi,I want to create bar graph similar to below:Is this possible in SSRS?My dataset is as followsSelect SurveyID, CourseID, ,SUM(CASE WHEN Q1_Yes = 'Yes' THEN 1 END) Total_Q1_Yes ,SUM(CASE WHEN Q1_No =...
View Articlesending rdlc report to other page
i want to send report genereated genereated in the report viewer to another pagefrom the code i have written , the page is a blank and it doesnt display the report generated in the report viewerusing...
View ArticleText box can grow issue
Not sure if this is the right forum but I will ask the question anyway.What are the factors that causes a text box not to grow (increase height). Within 1 report I have a number of text boxes that grow...
View ArticleTruncate expression
Hi, I have SSN which is in this format 055-68-6748 , i need to truncate it to this format xxx-xx-6748 based on condition so it would be iif(Fields!TruncateSSN.Value=1, Fields!SSN.value,...
View ArticleRDLC table header is only showing on first page. i need to display it on all...
Hello Every OneRDLC table header is only showing on first page. i need to display it on all pages in reportI have tried below solution but not working for me can anyone help me on...
View ArticleSetting different reporting services url via IReportServerConnection
I have a asp.net app that needs to display report. I have problem using more than one reporting services urls via IReportServerConnection. Specifically, I need to display report from different report...
View ArticleHow to show Image(memory stream format) on RDLC report c#?
I want to show barcode image on rdlc report.Installed nuget from https://www.nuget.org/packages/Aspose.BarCode/I get a memory stream of that barcode image using following code./// This function...
View ArticleDifferent Count
Hi, I have a view as belowid month year service ---------------------------------------------------- 4855 4 2010 SERVICE1 4855 4 2010 SERVICE1 4855 4 2010 SERVICE2 4866 5 2011 SERVICE1 4866 5 2011...
View ArticleCannot create a data reader for dataset 'DataSet1'.
i am following this tutorial Walkthrough: Printing a Local Report without Previewhttp://msdn.microsoft.com/en-us/library/ms252091.aspxand made some changes since i doesnt have xml file, i have xsd...
View ArticleParameter passing error in RDL report
Hi,In my RDL i m passing parameter from Parent report to Child report. Parameter Value is Text and it may contains & symbol. When passing these type of values, i am getting"Operator or expression...
View ArticleReport render on IIS 7 get #error for formular
Hi ThereI use visual studio 2012 with dotnet 4.5, using report Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91,...
View ArticleSUM in ReportViewer
Hi, I have a reportviewer control in my asp .net page. In the rdlc file, I am creating a table. It looks something like this : ItemName Rate Qty...
View ArticleCan Report (rdlc) Table or Matrix Column Width Be Set at Runtime?
Using an rdlc report in ReportViewer, I need to create a table or matrix where the number of columns and the kinds of data displayed in the columns changes with each report. For example, in one...
View ArticleUse a expression from a table textbox in another table textbox
Hi,I am creating a report in asp .net using the ReportViewer control. The table is as follows :S.NoCodeItemQtyRateDiscountAmount<<expr>> =RowNumber("dataset1")...
View ArticleCustom Field in OLAP Database(Cube)
Hi ,I am creating some report from Report Builder 3.0 so i have created some reports from Cube DB(Olap).at the same time i have added some new custom field in TFS Template. now when i am going to...
View Article0 OR Parameters!section.Value(0) = "-1", false, true)">Formula for visibility propertyIIF(INSTR(Join(Parameters!section.Value),...
Hi All,I want to calculate a formula, depending on that formula, I want to hide and make the column visible. I have a column called SN. I want to make it visible when the value of the parameter called...
View ArticleDeploy report and set dataset utilzing RS.EXE
am creating a deployment script to deploy over 400 reports to Reporting Services utilizing the rs.exe utility. All reports are associated to shared data sets.I have 90% of the script completed and...
View ArticleExport to CSV
Hi All,I have this report. I have this aspx page, users can make the selection in the drop down boxes and depending on the users selection, I am calling this sql report by passing the parameters.When...
View Article