Search found 57 matches

by mriggall
Mon Mar 02, 2015 7:50 am
Forum: Stimulsoft Reports.Silverlight
Topic: Export to Word - Fixed Row Heights
Replies: 3
Views: 2692

Export to Word - Fixed Row Heights

Hi there When you export a report to MS Word, it sets the row heights as fixed height. This means that a user who wants to edit the exported MS Word document cannot enter more text without it disappearing off the bottom of the row. You can see from the attachment that the Row Height is specified, wh...
by mriggall
Sun Jan 18, 2015 11:08 pm
Forum: Stimulsoft Reports.Silverlight
Topic: Totalling Editable Fields
Replies: 1
Views: 1788

Totalling Editable Fields

Hi Aleksey

I have a report that contains 3 editable fields in it. I would like to have a text control at the end of these editable fields that adds up the values and displays the total.

Could you suggest a way that this can be scripted into the BeginRender event of the report??

thanks

Matt
by mriggall
Fri Jan 16, 2015 5:10 pm
Forum: Stimulsoft Reports.WEB
Topic: Roadmap to provide editable fields in HTML5 viewer??
Replies: 1
Views: 929

Roadmap to provide editable fields in HTML5 viewer??

Hi We are currently a user of the Silverlight version of your report control, but are looking to move our product to HTML5 over the next year or two. We are big users of the editable text fields in the report control but I notice that the HTML5 viewer doesn't support editable fields. Do you have pla...
by mriggall
Fri Jan 16, 2015 5:07 pm
Forum: Stimulsoft Reports.Silverlight
Topic: Tooltips not visible while in edit mode
Replies: 2
Views: 2066

Tooltips not visible while in edit mode

Hi Aleksey

it's only a small issue, but I noticed that tooltips do not get displayed when a report is in "edit mode" within the SL Viewer.

Is there a plan to fix this to allow tooltips to be displayed while in edit mode as well??

thanks

Matt
by mriggall
Wed Oct 08, 2014 12:28 am
Forum: Stimulsoft Reports.Silverlight
Topic: Tab between editable controls
Replies: 6
Views: 4452

Re: Tab between editable controls

Hi Aleksey

We use the Silverlight viewer.

thanks

Matt
by mriggall
Wed Oct 01, 2014 8:40 am
Forum: Stimulsoft Reports.Silverlight
Topic: Tab between editable controls
Replies: 6
Views: 4452

Re: Tab between editable controls

Hi Artem

Is there any update on this topic? Did the pre-release have improvements to solve the issue of tabbing between editable fields?

thanks

Matt
by mriggall
Mon Sep 08, 2014 10:50 am
Forum: Stimulsoft Reports.Silverlight
Topic: Tab between editable controls
Replies: 6
Views: 4452

Tab between editable controls

Hi Aleksey I understand that the tab order between editable controls is set by the order of the controls on the report designer. However, on the report viewer I have found that even after tabbing to the next editable text field, the user still needs to click into the text field to start editing. How...
by mriggall
Wed May 14, 2014 11:54 am
Forum: Stimulsoft Reports.Silverlight
Topic: Charts export to PDF have different colours
Replies: 1
Views: 1845

Charts export to PDF have different colours

Hi Aleksey I have a report containing charts, which I have set specific data series colours in order to match a corporate colour scheme. When I view the report in the Silverlight viewer the colours appear fine, as expected. However when the report is exported to PDF, the colours of the charts are di...
by mriggall
Thu May 01, 2014 1:37 pm
Forum: Stimulsoft Reports.Silverlight
Topic: Setting a variable value in BeginRender Event
Replies: 2
Views: 2307

Re: Setting a variable value in BeginRender Event

Hi Aleksey

Actually I managed to do that now, but now my problem is that I need to convert the value in a Text component to store in the variable, something like the following:

MyVariable = Convert.ToInt32("1234");
MyVariable = MyVariable * 2;

Can you help me?

thanks

Matt
by mriggall
Thu May 01, 2014 12:41 pm
Forum: Stimulsoft Reports.Silverlight
Topic: Setting a variable value in BeginRender Event
Replies: 2
Views: 2307

Setting a variable value in BeginRender Event

Hi Aleksey and team

Please can you let me know, if I have a report variable called MyVariable. How can I set its value in the BeginRender event of the report?

thanks

Matt