I try print chart:
Steema.TeeChart.Chart ch1SPrint = myChart1S.Chart;
ch1SPrint.Printer.Preview();
but in Preview window i see blank sheet.
Could you help my? I don't now what I'm doing wrong.
Regards
Leszek
ASP.Net Chart.Printer.Preview() not working corectly
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Leszek,
Print wasn't intented to be used this way for a browser client. You should use the browser own print methods. If you wish to print at the server you may use TeeChart's own print methods which will run at the server.
Print wasn't intented to be used this way for a browser client. You should use the browser own print methods. If you wish to print at the server you may use TeeChart's own print methods which will run at the server.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: ASP.Net Chart.Printer.Preview() not working corectly
I am also facing the same problem request you to provide the example
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: ASP.Net Chart.Printer.Preview() not working corectly
Hi Chevron,
You'll find that information at the printing tutorial in the TeeChart Docs page. Please bear in mind this option will print the chart at the ASP.NET server. For printing at the client you should use browser printing options.
You'll find that information at the printing tutorial in the TeeChart Docs page. Please bear in mind this option will print the chart at the ASP.NET server. For printing at the client you should use browser printing options.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |