ASP.Net Chart.Printer.Preview() not working corectly

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Leszek
Newbie
Newbie
Posts: 7
Joined: Fri Dec 07, 2007 12:00 am

ASP.Net Chart.Printer.Preview() not working corectly

Post by Leszek » Thu Jun 12, 2008 1:02 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Jun 16, 2008 2:59 pm

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Leszek
Newbie
Newbie
Posts: 7
Joined: Fri Dec 07, 2007 12:00 am

Post by Leszek » Tue Jun 17, 2008 2:48 pm

Thanks Narcis.
Could you give me link to any sample, when is using TeeChart own print methods in asp.net?
Regards.
Leszek

Chevron
Newbie
Newbie
Posts: 1
Joined: Fri Dec 14, 2007 12:00 am

Re: ASP.Net Chart.Printer.Preview() not working corectly

Post by Chevron » Tue May 19, 2015 12:16 pm

I am also facing the same problem request you to provide the example

Narcís
Site Admin
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

Post by Narcís » Tue May 19, 2015 2:58 pm

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply