Page 1 of 2

Octagon shape

Posted: Thu Feb 05, 2015 4:32 pm
by socotek
Hello,
is there a octagon shape in Stimulsoft report .Net?

We need something like shown in image attached.

Thenk you very much,
Luca

Re: Octagon shape

Posted: Fri Feb 06, 2015 11:38 am
by HighAley
Hello, Luca.

Unfortunately, there is no such shape in our product.
If you need any additional shape we can discuss it with our team leader if you send a request with a list of necessary shapes to support@stimulsoft.com.

Thank you.

Re: Octagon shape

Posted: Mon Mar 09, 2015 1:51 pm
by HighAley
Hello.

We have added a new octagon shape.
Please, check our next prerelease build, which will be available in our next prerelease build on Friday.

Thank you.

Re: Octagon shape

Posted: Fri Mar 13, 2015 2:05 pm
by socotek
I downloaded the prerelease build with octagon shape, and it works well.

Thank you very much for your job,
Luca

Re: Octagon shape

Posted: Fri Mar 13, 2015 4:18 pm
by Jan
Glad to help!

Re: Octagon shape

Posted: Fri Nov 11, 2016 10:18 am
by socotek
I need to color the shape (see example) using the colors defined in the data source.

I tried putting the code:

TryCast(sender, StiShape).Brush = New StiSolidBrush(ColorTranslator.FromWin32(DataSource1.Colore))
or also
TryCast(sender, StiShape).Brush = New StiSolidBrush(ColorTranslator.FromWin32(DataSource1.Rows(Line).Colore))

in the BeforePrint event of the shape but it doesn't work.

How can I do?

Many thanks
Luca

Re: Octagon shape

Posted: Sat Nov 12, 2016 3:51 pm
by Alex K.
Hello,

We couldn't reproduce this bug.
Please send us a simple report with test data which reproduces the issue for analysis.

Thank you.

Re: Octagon shape

Posted: Mon Nov 14, 2016 8:29 am
by socotek
Hi,
in attachment the sample.

Many thanks

Re: Octagon shape

Posted: Wed Nov 16, 2016 6:22 am
by Alex K.
Hello,

We couldn't reproduce this bug.
Please try to check the last prerelease build.

Also, please try to set the ScriptLanguage property for the report as VB.

Thank you.

Re: Octagon shape

Posted: Thu Nov 17, 2016 8:50 am
by socotek
Hi,
setting the ScriptLanguage to VB now works.

Many thanks