ProcessChartEvent not in web designer

Stimulsoft Reports.WEB discussion
JockeD
Posts: 77
Joined: Fri Apr 17, 2009 1:47 pm
Location: Sweden

ProcessChartEvent not in web designer

Post by JockeD »

Hello,

I just discovered that the ProcessChartEvent is not in the web designer.
I'm not sure if it possible but It would be very helpful to have it.

Regards Joakim
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

ProcessChartEvent not in web designer

Post by Alex K. »

Hello,

It will be available in the September official release.

Thank you.
JockeD
Posts: 77
Joined: Fri Apr 17, 2009 1:47 pm
Location: Sweden

ProcessChartEvent not in web designer

Post by JockeD »

Great!

/Joakim
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

ProcessChartEvent not in web designer

Post by Alex K. »

Hello,

Let us know if you need any additional help.

Thank you.
JockeD
Posts: 77
Joined: Fri Apr 17, 2009 1:47 pm
Location: Sweden

ProcessChartEvent not in web designer

Post by JockeD »

Actually I do...

I'm currently working in the stand alone designer and I noticed that the event got fired twice for a chart.
Nothing fany just one chart in the report and I add the following code to the Process chart event

Code: Select all

Stimulsoft.Report.Chart.StiChart chart = sender as Stimulsoft.Report.Chart.StiChart;
MessageBox.Show(chart.Name);
The message box will be displayed twice.

Regards Joakim
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

ProcessChartEvent not in web designer

Post by Vladimir »

Hello,

This error is fixed, update will be available in the next prerelease build.

Thank you.
JockeD
Posts: 77
Joined: Fri Apr 17, 2009 1:47 pm
Location: Sweden

ProcessChartEvent not in web designer

Post by JockeD »

Thanks!
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

ProcessChartEvent not in web designer

Post by Andrew »

Thank you too!
JockeD
Posts: 77
Joined: Fri Apr 17, 2009 1:47 pm
Location: Sweden

ProcessChartEvent not in web designer

Post by JockeD »

Hello,

I checked my current version, 2011.1.906 and I can't find the ProcessChartEvent.

Regards Joakim
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

ProcessChartEvent not in web designer

Post by Alex K. »

Hello,

This event will be available in the next prerelease build tomorrow.

Thank you.
Post Reply