I am new to VS2005 and C# and only involved with desktop programming. I need to email reports to Customers with only IE and Outlook Express. The Pdf file created by exporting from ReportViewer is 1mb. The body of my reports contain tables and line graphs. :confused:Is it possible to do away with ReportViewer and create reports that can be Viewed and Emailed directly from the IE browser. If so what technologies would I have to use eg. Webforms. How do I accomplish this. Thanks RS
Ramith Sivanarain
Posts
-
Replacing ReportViewer with Internet Explorer -
Cannot show bitmap in Local Report Image:confused:Hi, I am new to C# and cannot find an example in VS 2005 to help me solve the problem. I have an Image Report Item in a Local Report called Image1. I created a bitmap called mybmp in my project. I drew a graph in mybmp and can view it after using mybmp.save(not required) I have to link mybmp to the value property of Image1 May be we have to use a report parameter, but I can't seem to get it right. Thanks Ramith Sivanarain
-
How to draw graphs in Image control of ReportHi, I am using ReportViewer reports for my reporting. I want to use the Image control(instead of Chart control) report item to draw the graphs. I need a drawing surface to draw the graph using methods from Graphics Class and show it in the Image control when I view the report:confused:. Thanking you in anticipation. Ramith Sivanarain
-
How to get program start directory after using FileDialog:omg:Hi, I am new to C# and programming in Windows Forms. I use DataSet.ReadXml and DataSet.WriteXml and Save and OpenFileDialog to get the filename. I want to save and read some data from the path that the program starts. In my previous programming language I could easily get the path of the exe file, however Directory.GetCurrentDirectory returns the path that I most recently used in the FileDialog. Is there a Function that returns the path at start of the process (program) Thasnks Ramith Sivanarain
-
Cannot view data entry table in ReportViewer [modified]:omg:My project is CMat, with RderTable in RderDataSet with columns Descr and Price. OrderEntryForm and ViewOrderForm with dataGridView1 in OEForm and reportViewer1 in VOForm. reportViewer1 uses report1.rdlc with table1. OEForm generated rderDataSet and rderTableBindingSource & VOForm generated RderDataSet and RderTableBindingSource when fields dragged from DataSource Window. I click a Button in OEForm to ShowDialog VOForm. I tried to insert RderTableBindingSource.DataSource = rderTableBindingSource.DataSource or rderDataSet.RderTable before, this.reportViewer1.RefreshReport in VOForm_Load - error "does not exist in current context" Please help me view the active Order entry table filled by rderDataSet.ReadXml, in a reportViewer1. Ramith Sivanarain -- modified at 9:52 Thursday 12th October, 2006
-
Alternative to database:confused:Hi, I am new to C# and visual studio, please direct me to an alternative to database method of saving data as my details usually get too large. eg: taking the familiar Customers and Orders scenario, one customer does not have to be linked to another. I want to use Open and Save As file to save One customer and variable number of orders using customer name or ID as filename. Do I have to use Binary Read and Write? Thank You Ramhith