Search found 11 matches

by Inhabe
Thu Dec 21, 2017 5:25 am
Forum: Stimulsoft Reports.JS
Topic: Viewer wordwrap
Replies: 3
Views: 1663

Re: Viewer wordwrap

I noticed that in .net version it wraps correctly. Maybe there is another render type to do that? Or it anyways will be the same because of JS version (i.e. web)? I understand that this kild on text not going to happen in common usage, just asked if there is any way render it in other way. Thanks, s...
by Inhabe
Wed Dec 20, 2017 10:40 am
Forum: Stimulsoft Reports.JS
Topic: Viewer wordwrap
Replies: 3
Views: 1663

Viewer wordwrap

Hello, there is difference between viewer displaying wrapped text and exported pdf. Please take a look on screenshot and attached app if needed. Can it be fixed?
by Inhabe
Wed Dec 13, 2017 6:26 am
Forum: Stimulsoft Reports.JS
Topic: Panel under page border
Replies: 7
Views: 3094

Re: Panel under page border

Hello, thanks for helping. Unfortunatly it still stays in same position even after i moved pic into headerBand. Setted props as in template you sended me earlier and nothing. Could you please take a look once more?
by Inhabe
Fri Dec 08, 2017 8:18 am
Forum: Stimulsoft Reports.JS
Topic: Panel under page border
Replies: 7
Views: 3094

Re: Panel under page border

Here it is. Please help, i almost lost any sanity trying to figure out how it shoul be done. =)
by Inhabe
Mon Dec 04, 2017 10:47 am
Forum: Stimulsoft Reports.JS
Topic: Panel under page border
Replies: 7
Views: 3094

Re: Panel under page border

There is no template, dynamically genered in js report. Ok, how do you put 2 table side by side without template? As breakIfLessThan and canBreak does nothing here var patientData = dataSet.tables.getByIndex(tableIndex); var patientDataSource = new Stimulsoft.Report.Dictionary.StiDataTableSource(pat...
by Inhabe
Mon Dec 04, 2017 6:48 am
Forum: Stimulsoft Reports.JS
Topic: Update issue
Replies: 5
Views: 2477

Re: Update issue

Found. Its Stimulsoft.System.Drawing.Rectangle now
by Inhabe
Mon Dec 04, 2017 6:13 am
Forum: Stimulsoft Reports.JS
Topic: Update issue
Replies: 5
Views: 2477

Re: Update issue

Same issue here, working without template and used RectangleD to set size of elements in databand. Now its undefined and no simular objects in Stimulsoft.Base.Drawing
by Inhabe
Fri Dec 01, 2017 9:13 am
Forum: Stimulsoft Reports.JS
Topic: Panel under page border
Replies: 7
Views: 3094

Panel under page border

Hi, i'm generating report via js and i have issue when i place panel as picture from my data table it looks like 1.PNG with some experements i tried to place it out of panel, or in panel with canGrow. Result is on 2.PNG. There is property in documentation named Break if Less Than Property. I tried t...
by Inhabe
Fri Dec 01, 2017 8:06 am
Forum: Stimulsoft Reports.JS
Topic: Loading images from datacolumn URL
Replies: 7
Views: 5560

Re: Loading images from datacolumn URL

I solved it using imageURL instead of hyperlink
by Inhabe
Thu Nov 09, 2017 5:32 am
Forum: Stimulsoft Reports.JS
Topic: Loading images from datacolumn URL
Replies: 7
Views: 5560

Re: Loading images from datacolumn URL

Hello, Yep, it goes for same domain. However, request looks like http://localhost:5000/v1/report/246/810a61cb-e418-4028-8061-0f5fc541d8b8/%7BSegNeutroGallery.Column1%7D and i want value of SegNeutroGallery.Column1 except it name. In first case when i assign hyperlink there is no request at all. My q...