Search found 35 matches

by Kline
Fri Mar 27, 2020 3:41 pm
Forum: Stimulsoft Reports.JS
Topic: Getting the total number of pages
Replies: 4
Views: 1908

Re: Getting the total number of pages

Obviously the object "report" in the example is a valid report, it displays 3 pages
by Kline
Fri Mar 27, 2020 3:37 pm
Forum: Stimulsoft Reports.JS
Topic: Getting the total number of pages
Replies: 4
Views: 1908

Re: Getting the total number of pages

Hi, I tried with the following code but the value of the report.renderedPages.count property is always 0 var options = new Stimulsoft.Viewer.StiViewerOptions(); options.appearance.fullScreenMode = true; options.appearance.htmlRenderMode = Stimulsoft.Report.Export.StiHtmlExportMode.Div; options.appea...
by Kline
Wed Mar 25, 2020 3:01 pm
Forum: Stimulsoft Reports.JS
Topic: Getting the total number of pages
Replies: 4
Views: 1908

Getting the total number of pages

Hi, in the dictionary of the report there are the system variables TotalPageCount and TotalPageCountThrough, there is a way to retrieve this varables in my javascript code after I called the render function? I tried to access the report.totalPageCount and report.totalPageCount properties but they ar...
by Kline
Fri May 31, 2019 3:24 pm
Forum: Stimulsoft Reports.JS
Topic: Variable in conditions
Replies: 7
Views: 2414

Re: Variable in conditions

Hello,
I solved using both the necessary conditions in an expression joined with "&&"

thank you
by Kline
Fri May 31, 2019 12:49 pm
Forum: Stimulsoft Reports.JS
Topic: Variable in conditions
Replies: 7
Views: 2414

Re: Variable in conditions

Hello,
I removed the first condition and it works if I "use livello >= 0" but not if I use "livello > 0", the value of the variable "livello" is 4.

I tried with other conditions and I found there are problems when I add a second level.

Thank you
by Kline
Fri May 31, 2019 12:00 pm
Forum: Stimulsoft Reports.JS
Topic: Variable in conditions
Replies: 7
Views: 2414

Re: Variable in conditions

Sorry, I was not precise. "livello" is a "decimal" type variable. I mean value of "livello" is bigger than 0.

Thank you
by Kline
Fri May 31, 2019 10:35 am
Forum: Stimulsoft Reports.JS
Topic: Variable in conditions
Replies: 7
Views: 2414

Variable in conditions

Hi,
I need to use a variable present in my dictionary to set a condition.
I have a string variable named "livello", what is the correct way to write the condition?
I tried this way but it doesn't work
conditions.jpg
conditions.jpg (101.34 KiB) Viewed 2414 times
Thank you
Giovanni
by Kline
Tue Apr 30, 2019 2:06 pm
Forum: Stimulsoft Reports.JS
Topic: Problem with page header and footer
Replies: 1
Views: 825

Problem with page header and footer

Hello,
I added a page header band and a page footer band in my report. I setted the print on all pages option but they are displayed only on the first page.
I attached the report.

Thank you
Giovanni
by Kline
Tue Apr 23, 2019 4:53 pm
Forum: Stimulsoft Reports.JAVA
Topic: Appearance Conditions not working with java
Replies: 1
Views: 2389

Appearance Conditions not working with java

Hi, we are trying to use the java library in order to render reports that we successfully rendered through javascript. We found that conditions set in the appearance properties of a field don't get evaluated. Is tehre some specific action taht must be carried out in order to make it work just like i...
by Kline
Wed Apr 10, 2019 3:15 pm
Forum: Stimulsoft Reports.JS
Topic: Watermark problem in the viewer
Replies: 31
Views: 8107

Re: Watermark problem in the viewer

Hello,
I tried the new version, now it works.

Thank you