Octagon shape
Octagon shape
Hello,
is there a octagon shape in Stimulsoft report .Net?
We need something like shown in image attached.
Thenk you very much,
Luca
is there a octagon shape in Stimulsoft report .Net?
We need something like shown in image attached.
Thenk you very much,
Luca
- Attachments
-
- Octagon.PNG (3.93 KiB) Viewed 5370 times
Re: Octagon shape
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.
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
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.
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
I downloaded the prerelease build with octagon shape, and it works well.
Thank you very much for your job,
Luca
Thank you very much for your job,
Luca
Re: Octagon shape
Glad to help!
Re: Octagon shape
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
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
- Attachments
-
- Report.mrt
- (8.65 KiB) Downloaded 278 times
Re: Octagon shape
Hello,
We couldn't reproduce this bug.
Please send us a simple report with test data which reproduces the issue for analysis.
Thank you.
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
Hi,
in attachment the sample.
Many thanks
in attachment the sample.
Many thanks
- Attachments
-
- Report.mrt
- (8.88 KiB) Downloaded 435 times
-
- db.txt
- (734 Bytes) Downloaded 277 times
Re: Octagon shape
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.
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.
- Attachments
-
- Capture.PNG (7.85 KiB) Viewed 5062 times
Re: Octagon shape
Hi,
setting the ScriptLanguage to VB now works.
Many thanks
setting the ScriptLanguage to VB now works.
Many thanks