RDLC localization
Hi, Is there any tutorial or sample applications for localizing RDLC files? Thanks in advance!!!! Best regards, Suba.Subalakshmi Vijayarajan.
View ArticleHaving issues with an expression in Visual Studio 2005
Hello, I'm trying to run the following expression in a textbox in my Visual Studio report: =COUNT(IIF(Fields!APPROVED.Value = "No",CDbl(Fields!SalesTotal.Value),CDbl(0))) It doesn't error out, but it...
View ArticleERROR: subreport could not be shown
My main report has a subreport that has a table in it with an associated dataset. When I run the report, the main data displays, but the area that is supposed to show the subreport shows "subreport...
View ArticleAjax client side errors when using the ReportViewer 10 control to run a local...
Hi, We have an MVC project that we recently upgraded from VS2008 (which used the ReportViewer 9 control) to VS2010 (targeting the 3.5 Framework for the moment, though that probably makes no difference...
View ArticleAJAX & ReportViewer
Hi, My problem is: I want use AJAX components (AJAXControlToolkit) and it works fine. But when I put ReportViewer on my page strange things happens. ReportViewer or AjaxControls don't work properly, or...
View Articlefix position on textbox
Hi there, I have a problem. I have a pre-printed paper and I need to print a field on footer. The problem is that before the text box, I have a list that can grow 1 or 2 lines (only) that moves my text...
View Articlessrs
I am working in ssrs with visual studio 2008. I want to add button controls in my report but unable to understand , how can I write code for it. Please guide me anyone. Thanks
View ArticleReport Viewer Issue
Hi, I am having an issue displaying a rdlc report in report viewer: When i used a procedure, it gave the following error: " An error has occurred during report processing...
View ArticleIs ReportViewer still being supported
I've noticed that a lot of threads in this forum are from several years ago. I do know that forums are usually answered by users not MS support. But, I've also noticed that fewer questions seem to be...
View ArticleCrosstab report using dynamic pivot query in crystal report
html,body{padding:0;margin:0;font-family:Verdana,Geneva,sans-serif;background:#fff;}html{font-size:100%}body{font-size:.75em;line-height:1.5;padding-top:1px;margin-top:-1px;}h1{font-size:2em;margin:.67...
View Articleerror on paging
using System; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using Microsoft.SharePoint; using System.Collections.Generic; using System.Data; namespace...
View ArticleReport Viewer 10.0.0.0 extremely slow especially over 9.0.0.0
I've read several forums related to the slow rendering of the new Report Viewer.I just upgraded to VS2010 from VS2008 and ReportViewer 9.0.0.0 to 10.0.0.0Most seem to be related to dynamic grouping.I...
View ArticleReportViewer 2012 Runtime too old
Hello,In the first beta of VS2012, I have made a bug report for a problem in an event (subreport_processing) : the parapeter e.reportpath was empty instead of having the name of the subreport.The...
View ArticleCannot see the DataGridView Tasks sign at the top right corner
I'm using Visual Studio 2012 Ultimate edition. I don't know why whenever I drag the DataGridView control into my form, the DataGridView Tasks sign at the top right corner of it just disappear. And it...
View ArticleReportviewer (code) is not woking fine
hi friends..i have use the reportviwer WPF using vb.net code..but this code is not working fine..dataset values not get in my code..plz help Dim reportDataSource1 As New...
View Articlessrs
I am working with visual studio 2008 for report in ssrs. I wand to add a field of date time in report which should be time of creation of report. How can I add it.
View Articleexporting crystal report to excel data only..setting options
I am trying to export a crystal report to an Excel- data only format, and then set the export option to "Maintain relative object position", but I cannot find that option anywhere. I cannot find any...
View ArticleReportViewer - Cannot run two instances in parallel and can not stop even a...
I have a problem with the ReportViewer component. I am running inside an Ajax TabContainer and each report gets it own tab. The problem occurs when one reports take longer than expected (like 10...
View ArticleIf value contains
From a sql DB and Dateset, I have a field called Category, with this category there are many different values that could be stored.Is it possible to sum a collection of matching words?like so If...
View ArticleDifferent font sizes on prompt entries
Hi all, I hope this is something simple that I can fix without too much 'behind the scene' coding. I have written a report (with Visual Studio 2008-R2) with two prompts; End Date and Fiscal Year....
View Article