Search found 9 matches

by rjorge99
Thu Mar 23, 2023 5:57 pm
Forum: Stimulsoft Reports.JS
Topic: Adjust report size based on available space when resizing
Replies: 0
Views: 22

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: 0
Views: 17

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: 53

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: 53

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: 45

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: 45

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...
by rjorge99
Mon Mar 06, 2023 10:35 pm
Forum: Stimulsoft Reports.JS
Topic: Loading data from a Xml with special characters
Replies: 3
Views: 81

Loading data from a Xml with special characters

I'm trying to load data from a Xml, but because it has some special characters, I cant make it show right. I read the documentation but still cant make it work. Any ideas ? The special characters I mean are: á, Á, é, É, etc. A sample of the xml is the next one: <?xml version = "1.0" encodi...
by rjorge99
Tue Feb 28, 2023 6:28 pm
Forum: Stimulsoft Dashboards.JS
Topic: Simulating Goto Page with a Html Button
Replies: 1
Views: 159

Simulating Goto Page with a Html Button

Hi, I've been trying to navigate the report I'm showing but with custom buttons. I mean, I'm hidding the Viewer Toolbar, and I have custom html button that I would like to use to Go to the last page, first page, next page, and previous. I've been reading the documentation, but I just can't find the ...