Search found 27 matches

by vani.kulkarni
Mon Apr 24, 2017 9:53 am
Forum: Stimulsoft Reports.Silverlight
Topic: Interactive Reports: Entering long text in an editable text
Replies: 6
Views: 14750

Re: Interactive Reports: Entering long text in an editable t

Hi HighAley,

The textbox is not getting values from variable. Its a editable textbox to which user can enter any value.
Do you have any solution for that?
by vani.kulkarni
Wed Apr 19, 2017 6:17 am
Forum: Stimulsoft Reports.Silverlight
Topic: Interactive Reports: Entering long text in an editable text
Replies: 6
Views: 14750

Re: Interactive Reports: Entering long text in an editable t

Hi HighAley, Please read the problem statement, it's very easy to reproduce. Please note- This has become a priority for us now. Find steps below: Create a report template,On single page Insert one "Data band" and on data band Draw one "Text Box". Steps: 1. Configure an report wi...
by vani.kulkarni
Wed Mar 01, 2017 6:40 am
Forum: Stimulsoft Reports.Silverlight
Topic: Exception while loading Saved Byte Array (StiMarginsTypeCon)
Replies: 13
Views: 21186

Re: Exception while loading Saved Byte Array (StiMarginsType

Hi Aleksey, Which last build you are mentioning here , please specify the exact build number. Also i saw 2016.3 is also available, are you pointing to that?? We are planning to migrate on 2016.2.10.0 , are you suggesting to migrate to 2016.3?? Also, if we decide to migrate to 2016.3 as its the lates...
by vani.kulkarni
Tue Feb 28, 2017 10:26 am
Forum: Stimulsoft Reports.Silverlight
Topic: Exception while loading Saved Byte Array (StiMarginsTypeCon)
Replies: 13
Views: 21186

Re: Exception while loading Saved Byte Array (StiMarginsType

Hi HighAley, When we migrated stimulsoft .net and silverlight versions to 2016.2.10.0, it has been found that report.Compile(compileAssemblyPath, StiOutputType.ClassLibrary) creates 2 folders in application root directory named as "Stimulsoft" and "Stimulsoft-Resources" compileAs...
by vani.kulkarni
Thu Jul 28, 2016 8:59 am
Forum: Stimulsoft Reports.Silverlight
Topic: StiReport.Render is slow, takes 4 seconds
Replies: 5
Views: 14051

Re: StiReport.Render is slow, takes 4 seconds

PFA the mrt and mdc files
by vani.kulkarni
Thu Jul 28, 2016 7:19 am
Forum: Stimulsoft Reports.Silverlight
Topic: StiReport.Render is slow, takes 4 seconds
Replies: 5
Views: 14051

Re: StiReport.Render is slow, takes 4 seconds

We will provide report template mrt file for further analysis
by vani.kulkarni
Thu Jul 28, 2016 6:46 am
Forum: Stimulsoft Reports.Silverlight
Topic: StiReport.Render is slow, takes 4 seconds
Replies: 5
Views: 14051

StiReport.Render is slow, takes 4 seconds

var report = new StiReport(); report.Load(templateMrt); report.RegData(dataSet); report.SynchronizeDataSetWithReport(dataSet, externalDataName); report.Render(false);// this line is too slow takes 4 seconds , how to reduce this time? return report.SaveDocumentToByteArray(); StiReport.Render is slow,...
by vani.kulkarni
Wed Jul 06, 2016 9:16 am
Forum: Stimulsoft Reports.Silverlight
Topic: JS Viewer new features needed
Replies: 4
Views: 3988

Re: JS Viewer new features needed

Ok, so Option 1: Export to pdf at server, send byte[] or string to client and on client side save string to pdf file References: http://stackoverflow.com/questions/11415665/save-base64-string-as-pdf-at-client-side-with-javascript http://stackoverflow.com/questions/12876000/how-to-build-pdf-file-from...
by vani.kulkarni
Mon Jul 04, 2016 11:45 am
Forum: Stimulsoft Reports.Silverlight
Topic: JS Viewer new features needed
Replies: 4
Views: 3988

JS Viewer new features needed

Rather than "Print" we need toolbar to show "Printable View", how to rename the tools? How to dock toolbar on top when report has multiple pages? SL: HTML tags are ignored when viewer exports report to pdf, how to fix that? in SL designer, we have set Allow HTML tags for text con...