Search found 131 matches

by FrenkR
Thu Aug 04, 2022 3:37 pm
Forum: Stimulsoft Reports.WEB
Topic: sub-report - hide group headers of parent page
Replies: 5
Views: 810

Re: sub-report - hide group headers of parent page

Hello,
this subreport is printed only when summary is required. So "ExceptLastPage" means, that when summary is not printed, then header would be missing on last "regular" page. So your proposal does not solve problem. Also subrebort can have more than 1 page. Any other option?
by FrenkR
Tue Aug 02, 2022 11:34 am
Forum: Stimulsoft Reports.WEB
Topic: sub-report - hide group headers of parent page
Replies: 5
Views: 810

Re: sub-report - hide group headers of parent page

preview of "subreport" page, headers from "parent" page should be removed:
_subreport.png
_subreport.png (13.51 KiB) Viewed 774 times
Sample code without license is attached.
by FrenkR
Sat Jul 30, 2022 11:08 pm
Forum: Stimulsoft Reports.WEB
Topic: sub-report - hide group headers of parent page
Replies: 5
Views: 810

sub-report - hide group headers of parent page

Hello, when we have group header or page header bands on page, they are printed on each new page(if configured so). Is it possible that we add "subreport" to some band and that this subreport is printed on new page without any "parent" (group) headers/footers? Case for this is in...
by FrenkR
Thu Jun 23, 2022 6:21 pm
Forum: Stimulsoft Dashboards.WEB
Topic: ReportCurrentPage - system parameter feature request
Replies: 5
Views: 1165

Re: ReportCurrentPage - system parameter feature request

this is why I asked to add "ReportCurrentPageName" variable name as a product feature. Can you add this feature to next product update, please?
by FrenkR
Sat Jun 18, 2022 10:41 am
Forum: Stimulsoft Dashboards.WEB
Topic: ReportCurrentPage - system parameter feature request
Replies: 5
Views: 1165

Re: ReportCurrentPage - system parameter feature request

we have a report with 2 pages and on each page, we have same subreport. In a subreport page, I need a condition that is dependent on which page this subreport is printed (e.g. on first page, amount should be displayed, on second page with the same subpage, amount is hidden). "ReportCurrentPageN...
by FrenkR
Thu Jun 16, 2022 3:55 pm
Forum: Stimulsoft Dashboards.WEB
Topic: ReportCurrentPage - system parameter feature request
Replies: 5
Views: 1165

ReportCurrentPage - system parameter feature request

Hello, because of "diff" implementation, we would like to have "ReportCurrentPage" system parameter with name of current page. When report has more than 1 page, we would like to have some conditions inside input variables that are dependent of current printing page. Can you add t...
by FrenkR
Tue Sep 14, 2021 8:32 pm
Forum: Stimulsoft Reports.WEB
Topic: Page.Rendering event not triggered after udpating to 2021.3.7
Replies: 1
Views: 1557

Page.Rendering event not triggered after udpating to 2021.3.7

Hello,
I updated .net core version from 2020.4.1.0 to 2021.3.7 and notified, that event "Page.Rendering()" is not triggered anymore. Is there any special setting to enable this event again?

Rgds,
Frenk
by FrenkR
Sat Apr 10, 2021 10:56 pm
Forum: Stimulsoft Dashboards.WEB
Topic: subreport - disable group header
Replies: 1
Views: 2063

subreport - disable group header

Hello, I have following bands: Group Header Detail Group Footer with Sub-Report Because detail can spread through many pages, I have set "print on all pages" and works perfectly. But, because sub-report data is totally different than "detail" data, I would like to disable "G...
by FrenkR
Wed Aug 26, 2020 1:30 pm
Forum: Stimulsoft Reports.WEB
Topic: Print to network printer
Replies: 3
Views: 1479

Re: Print to network printer

Hello, I mean printing to a "shared printer" with printer name "\\{server_name}\{shared_printer_name}" using code. Currently, for printing to local printer it is as follows: PrinterSettings printerSettings = new PrinterSettings { PrinterName = {local_printer_name_from_PrinterSett...
by FrenkR
Tue Aug 25, 2020 4:12 pm
Forum: Stimulsoft Reports.WEB
Topic: Print to network printer
Replies: 3
Views: 1479

Print to network printer

Hello,
is there any simple example of printing to "shared" (network) printer? I believe I need to set network name and authorization credentials?