Search found 12 matches

by rjorge99
Wed Mar 29, 2023 8:05 pm
Forum: Stimulsoft Reports.JS
Topic: Help in simulate an specific visualization for the report.
Replies: 1
Views: 589

Help in simulate an specific visualization for the report.

Hi, Is there a way to have a visualitation like the one below ? Screenshot 2023-03-29 103240.png I've playing around with different ways trying to emulate that design, but I just can't make it work when one of the columns needs to render two textboxes. I've been playing with panels, shrink, grow, et...
by rjorge99
Wed Mar 29, 2023 6:25 pm
Forum: Stimulsoft Reports.JS
Topic: Adjust report size based on available space when resizing
Replies: 3
Views: 1188

Re: Adjust report size based on available space when resizing

Hi, I've been playing around with different options these days. Currently I have: options.toolbar.zoom = Stimulsoft.Viewer.StiZoomMode.PageWidth; With that the report takes the full width. What I can't find how to do is that, if the user resizes the window on the Y axis, the report doesn't shrink an...
by rjorge99
Wed Mar 29, 2023 6:18 pm
Forum: Stimulsoft Reports.JS
Topic: Exporting report to Xls or Doc without Headers
Replies: 4
Views: 965

Re: Exporting report to Xls or Doc without Headers

Hi, Thanks for the answer I have the Option "Data and Headers/Footers" , but I think the problem is that, I have my textboxes color "transparent", with a gray background image behind them, and those textboxes have a white text. When the report is exported as Xls or Doc, the textb...
by rjorge99
Thu Mar 23, 2023 5:57 pm
Forum: Stimulsoft Reports.JS
Topic: Adjust report size based on available space when resizing
Replies: 3
Views: 1188

Adjust report size based on available space when resizing

Hi, Ive been trying to get to work the Viewer in responsive mode, I mean, if I resize the window, I would like that the report adapts to the space. Looking thru past posts, I found the use of this option: options.toolbar.zoom = Stimulsoft.Viewer.StiZoomMode.PageWidth; But that creates a zoom to the ...
by rjorge99
Thu Mar 23, 2023 5:18 pm
Forum: Stimulsoft Reports.JS
Topic: Exporting report to Xls or Doc without Headers
Replies: 4
Views: 965

Exporting report to Xls or Doc without Headers

Hi, Im exporting a report to Xls or Doc and the documents is exported without some images I use on the headers, and because the text is on top of those images with "transparency" and with white text, the documents appear without headers just like the image. Other kind of exportation like p...
by rjorge99
Tue Mar 21, 2023 6:07 pm
Forum: Stimulsoft Reports.JS
Topic: Report not previewing when using Webeditor
Replies: 4
Views: 868

Re: Report not previewing when using Webeditor

Thanks a lot.

I’ll check it.
by rjorge99
Sat Mar 18, 2023 4:54 pm
Forum: Stimulsoft Reports.JS
Topic: Report not previewing when using Webeditor
Replies: 4
Views: 868

Report not previewing when using Webeditor

Hi, If I create a report with the designer using the windows application, and I create a report, using a DataBand to show the data, and then I add a LINE at the bottom of the DataBand so I can show a separation between each row, I can preview this report in the WebDesigner, (using javascript); but i...
by rjorge99
Sat Mar 18, 2023 4:40 pm
Forum: Stimulsoft Reports.JS
Topic: Setting the current page using javascript.
Replies: 3
Views: 739

Re: Setting the current page using javascript.

Thank you. it worked
by rjorge99
Thu Mar 16, 2023 5:01 pm
Forum: Stimulsoft Reports.JS
Topic: Setting the current page using javascript.
Replies: 3
Views: 739

Setting the current page using javascript.

Hi, I'm using some custom controls to next, previous, first and last page, I dont know if what I'm doing is correct : viewer.jsObject.controls.buttons.FirstPage.action(); But that works. I could not find a way to set the current page dinamically using javascript. Y found the control: viewer.jsObject...