print preview option not working on web page when i press the button
error Occur
Showing a modal dialog box or form when the application is not running in UserInteractive mode is not a valid operation. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application.
my code is that
protected void Button1_Click1(object sender, EventArgs e)
{
Steema.TeeChart.Chart ch3 = teechart1.Chart;
ch3.Printer.Preview();
}
chart print Preview() problem
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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 |
problem exist i m not need to javascript print option
problem exist. No need to javascript print option i Need Teechart print option window open on webpage.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi faisal,
Chart editor and print preview are not supported in WebForms applications. You need to use browsers printing facilities.
Chart editor and print preview are not supported in WebForms applications. You need to use browsers printing facilities.
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 |