Bug with style and formatting in silverlight designer

Stimulsoft Reports.Silverlight discussion
Locked
bobsov
Posts: 115
Joined: Sun Jan 27, 2013 12:10 am

Bug with style and formatting in silverlight designer

Post by bobsov »

If you go to your sample reports for silverlight available online,
http://websl.stimulsoft.com/Designer.as ... SimpleList

Select a data field, say address. Go to font and select underline and change color. Now when you do preview, the changed style is not applied. If you try to remove a style, it gives an error too.

First I thought it was happening only on my designer but I am in a way glad that its happening on your sample site too.

Please let me know once this is fixed. I would be interested in knowing the exact code where this fixed needs to be applied.

Thank you.
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Bug with style and formatting in silverlight designer

Post by HighAley »

Hello.

Thank you for the bug-report. We have fixed it. Please, check our demo once again.
The patch will be available on our next prerelease build tomorrow.

Thank you.
bobsov
Posts: 115
Joined: Sun Jan 27, 2013 12:10 am

Re: Bug with style and formatting in silverlight designer

Post by bobsov »

Thank you Aleksey. Do you know the impacted file?
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Bug with style and formatting in silverlight designer

Post by HighAley »

Hello.

You should replace all assemblies with ones from the latest prerelease build from our site.

Thank you.
bobsov
Posts: 115
Joined: Sun Jan 27, 2013 12:10 am

Re: Bug with style and formatting in silverlight designer

Post by bobsov »

This has not been fixed yet. I wasted lot of hours trying to merge the latest source code with mine, only to find out this still is an issue. This issue can be seen at demo site - websl.stimulsoft.com. If you select address field in demo 1 and make it bold and underline and make font bigger, and go to preview, there is no effect.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Bug with style and formatting in silverlight designer

Post by Alex K. »

Hello,

This behavior due to the Style property for the Address text component. Please try to set the Style property to None.

Thank you.
Locked