convert chart to table
Hi, I have a windows form that displays a graph (x,y scatter). On one user selection, I want the graph to display some numerical data, in a table format with columns, rows, headings and such like. Is...
View ArticleUnable to add a ReportViewer to a web page
Hi All I have used ReportViewer in winforms projects in the past with no problems at all. I would now like to use it in a web application; however, when I try to drag and drop the control onto the web...
View ArticleConverting an RDLC Report from VS 2008 to VS 2010
Hi, I have a small project with an .rdlc file viewed by the ReportViewer Control and was developed using VS 2008. I opened the solution using VS 2010 and the project was converted successfully with no...
View ArticleVisual Studio 2012 rdlc with external reference bug?
I'm using rdlc with external reference in my Application. In Visual Studio 2010 I had to copy the dll into "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies" then it...
View ArticleObject datasources vanish from rdlc data sources in web project
Anyone having issues with their object datasources appearing and vanishing from the datasource browser? I create an object for binding as a datasource in my App_Code folder, compile my web project and...
View ArticleReportviewer -report expanding horizontally to multiple pages, avoid...
Hi, I am generating a matrix report dynamically through code using reportviewer which uses ReportDefinition to create reports. My report looks like this. If i export this report to Excel it looks the...
View ArticleWhen using SSRS in Local Mode with no user interaction, is it possible to get...
Using SSRS 2008 R2 I have a background process that dynamically generates RDL for report generation. I am using SSRS in LocalMode with no user interaction or connections to the SQL Server Reporting...
View ArticleSSRS 2008 R2 and Visual studio 2010 for custom assembly
Hi I am getting a message that 'the assembly is built by a runtime newer than the currenlty loaded runtime and cannot be loaded.' I wrote a testing code using visual studio 2010 for SSRS 2008 R2....
View ArticleMerge row cell on table in rdlc
Why there isn't merge cell over the rows. I would like to combine 2 rows over the table header but When I tried to do it. The "Merge Cell" function turned gray.. Is there any way to merge the rows. Thanks
View ArticleSSRS Project in Visual Studio 2010
I'm trying to create a new SQL Server 2008 Reporting Project in Visual Studio 2010 Ultimate. However there is 1 problem. I cannot find the template for the rptproj project type. Can someone let me know...
View ArticleReportviewer -report expanding horizontally to multiple pages, avoid...
Hi, I am generating a matrix report dynamically through code using reportviewer which uses ReportDefinition to create reports. My report looks like this. If i export this report to Excel it looks the...
View Articlereportviewer: printing values from controls
how do we print values from controls such as textbox? i know how to make reports based on what i learned from a tutorial http://www.youtube.com/watch?v=gRvUVsZxMLc i also learned how to use parameters...
View Articlehow to validate against more than one constant?
hello all, i am trying to validate a textbox against the weekdays (sunday, monday...). Do i need a separate CompareValidator fore each day, or is there other way? Thanks
View ArticleWhy my attempt to change PrintOptions.PaperSize to change papersize on...
I have done reasonable amount of research on the materials on the web about changing Papersize on Runtime for Crystal Report. I am confident I have followed the instruction properly, however, it still...
View ArticleSql string
I have a query that is a two part process in order to complete it so i would like to make the text red or blue it indicate that the second part of the query is not done and will make it easier to read...
View ArticleC# report Viewer
i have a following format that i want to display in my report page. [company name goes here] [company logo here left centerd align] [To,customer name goes here] [INSTITUE OF institute name goes here]...
View ArticleReport Viewer with Internet Explorer 9
Hello, My company has a system running in asp.net using the report viewer to display some reports. After upgrading to Internet Explorer 9, the reports are not displayed correctly when using different...
View ArticleWhat is the expression to get the count of blank columns for the above column...
Hi, I want to get the count of the blank columns for each date group in the below image. pl. have a look at the below image which describes my requirement. I have tried with the below Expression...
View ArticleUnity C#: Problem with ScrollView
Hello all... I'm trying the last days to make a game and I've got this problem on my MenuManager.cs InvalidOperationException: Operation is not valid due to the current state of the object...
View Articleset credentials for ReportViewer?
This can't be rocket science. In RS 2000, I could set a credential like this: rs.Credentials = New System.Net.NetworkCredential(repSvcUserID, repSvcPwd, repSvcDomain) What is the equivalent to this in...
View Article