Search found 8 matches

by ossabla
Sat Oct 02, 2021 6:29 pm
Forum: Stimulsoft Reports.JS
Topic: Problem when using PageNumber system variable in watermark text!
Replies: 4
Views: 969

Re: Problem when using PageNumber system variable in watermark text!

Hello, Thank you for the info provided. I have fixed this issue by adding a custom function to the report : var count = 0; var function2 = function(pageNo){ if(pageNo === 1) return count++; if(pageNo > 1) { count=0; return 1; } } and adding the following expression to the watermark text: {PageNumber...
by ossabla
Mon Sep 27, 2021 5:46 pm
Forum: Stimulsoft Reports.JS
Topic: Problem when using PageNumber system variable in watermark text!
Replies: 4
Views: 969

Problem when using PageNumber system variable in watermark text!

Hello, When using variable system PageNumber as watermark text, the following problem occurs: 1. Number 1 is displayed on the first page as watermark - This is correct 2. Once again number 1 is displayed on the second page - This should be wrong in my understanding 3. Number 2 is displayed on the th...
by ossabla
Mon Sep 27, 2021 5:36 pm
Forum: Stimulsoft Reports.JS
Topic: Watermark text position is shifted up gradually during each page
Replies: 5
Views: 886

Re: Watermark text position is shifted up gradually during each page

Many thanks for your efforts on this. Unfortunately, I used the following demos with the same issue: 1. https://designer.stimulsoft.com and 2. https://demo.stimulsoft.com/demo_js_2021-3-7/designer.html?reportname=TableSimpleTable&themename=Blue&localization=en I will try to test these two de...
by ossabla
Thu Sep 23, 2021 5:59 pm
Forum: Stimulsoft Reports.JS
Topic: Does Sub-Report component support watermark text?
Replies: 1
Views: 538

Does Sub-Report component support watermark text?

Hello, As the title suggests, I am trying to use watermark in Sub-Report component so that the watermark could appear on the main page (exactly on the subreport position of the main page). I tried and used watermark in subreport but it didn't display at all. I used the online demo version 2021.3.7 j...
by ossabla
Thu Sep 23, 2021 8:50 am
Forum: Stimulsoft Reports.JS
Topic: Watermark text position is shifted up gradually during each page
Replies: 5
Views: 886

Re: Watermark text position is shifted up gradually during each page

Hello,

I mean by print mode when opening print dialog (preview of print mode) and the following images may put more light on this issue. This issue doesn't appear in design preview only when I view the content in print dialog.


preview of design mode
preview of design mode
preview.jpg (229.92 KiB) Viewed 848 times
preview of print mode
preview of print mode
print mode.jpg (186.96 KiB) Viewed 848 times
by ossabla
Wed Sep 22, 2021 10:46 am
Forum: Stimulsoft Reports.JS
Topic: Watermark text position is shifted up gradually during each page
Replies: 5
Views: 886

Watermark text position is shifted up gradually during each page

Hello, Strange behavior of watermark text as the text is not centered in each page but rather it is shifted up in each new page and if the report pages are more then the text will eventually pass the borders of the page up to the previous page. To produce this behavior I am linking you to the demo v...
by ossabla
Wed Sep 22, 2021 10:24 am
Forum: Stimulsoft Reports.JS
Topic: subreport component RTL not working
Replies: 3
Views: 1673

Re: subreport component RTL not working

Hello and thanks for your reply and my apologize for no quick answer. Regarding the extra blank page printed, I have fixed it by reducing font size but didn't know why this fixed the issue of printing the extra page while the old version was working without this issue. This is FYI. Regarding the rig...
by ossabla
Fri Sep 17, 2021 10:23 pm
Forum: Stimulsoft Reports.JS
Topic: subreport component RTL not working
Replies: 3
Views: 1673

subreport component RTL not working

Hi, Right to Left feature no longer works after the last updates. I checked RTL feature in last versions and noticed that this feature is not working in subreport component despite it was working well in previous versions like 2021.2.2 version. I also noticed that while using 2021.2.2 version my rep...