Search found 41 matches

by paullef
Thu Nov 03, 2022 8:36 am
Forum: Stimulsoft Reports.NET
Topic: Master Detail problem
Replies: 4
Views: 553

Re: Master Detail problem

Hello, That will give me the same results as the percentage overall (Number / Total column), and not within the same category. (Number / Total within category). I need to have it within a category, for instance: category Geen/ongel, code 10 Incorrect number, should give me 100% (3 from 3) category N...
by paullef
Tue Nov 01, 2022 2:36 pm
Forum: Stimulsoft Reports.NET
Topic: Master Detail problem
Replies: 4
Views: 553

Master Detail problem

Hello I want to be able to present the percentage of the number over all, and over only the number within the same category on which it was grouped. To do so I have a report with a groupheader (for the categories, as condition), a master databand and a sub databand. The sub databand is connected wit...
by paullef
Tue Nov 01, 2022 9:16 am
Forum: Stimulsoft Reports.NET
Topic: drill-down interaction
Replies: 1
Views: 301

drill-down interaction

Hello,

I have a report with a drill-down to another page. This works fine.

However, my master report jumps to the first page, instead of leaving the position on the place where the drill-down object is.

How can I change this.

Thanks
Paul
by paullef
Mon Dec 06, 2021 8:45 pm
Forum: Stimulsoft Reports.NET
Topic: Problem with preview designer
Replies: 6
Views: 1231

Re: Problem with preview designer

Hello9,

Can you reproduce it?

Thanks
Paul
by paullef
Fri Dec 03, 2021 2:53 pm
Forum: Stimulsoft Reports.NET
Topic: Problem with preview designer
Replies: 6
Views: 1231

Re: Problem with preview designer

Hello Lech,

It's just a standard vb.net project, with the code as states in my previous post. I have attachted the project. You will have to run it (change the license key), and open the mrt file wich is also attached. Click preview and it goes wrong.

thanks,
Paul
by paullef
Thu Dec 02, 2021 4:14 pm
Forum: Stimulsoft Reports.NET
Topic: Problem with preview designer
Replies: 6
Views: 1231

Problem with preview designer

Hello, I am in the process of upgrading from 2014.2 to 2021.4 and run into a strange problem. If I preview a report the report checker will keeps flashing, so it shows/hides/shows/hides/shows/hide.... until you will break the application. I have simulated this with the following (clean) code. It sho...
by paullef
Wed Dec 01, 2021 1:01 pm
Forum: Stimulsoft Dashboards.WIN
Topic: statusbar preview in designer
Replies: 6
Views: 11195

Re: statusbar preview in designer

Ok, I have found a workaround: Private Sub StiDesignerControl1_RebuildDesigner(sender As Object, e As EventArgs) Handles StiDesignerControl1.RebuildDesigner StiDesignerControl1.DesignerPreviewControl.ViewerControl.ShowStatusBar = True If DirectCast(StiDesignerControl1.Controls("bar1"), Sti...
by paullef
Wed Dec 01, 2021 10:51 am
Forum: Stimulsoft Dashboards.WIN
Topic: statusbar preview in designer
Replies: 6
Views: 11195

Re: statusbar preview in designer

Hello,

If I use:

designer.ShowToolbarStatusBar = false;
designer.ShowRibbonStatusBar = true;

I will not get the page navigation, and refresh button as you can see in the picture below

stimulsofteditor2.PNG
stimulsofteditor2.PNG (27.1 KiB) Viewed 11168 times

Thanks
Paul
by paullef
Tue Nov 30, 2021 8:09 pm
Forum: Stimulsoft Dashboards.WIN
Topic: statusbar preview in designer
Replies: 6
Views: 11195

Re: statusbar preview in designer

In the statusbar of your winforms editor you have a statusbar. I would like to have that statusbar integrated in my application using the (winforms) stidesignercontrol. How can I get that. Please look at the picture (pages/issues/refres/zoom factor).

Thank you

Paul
stimulsofteditor.PNG
stimulsofteditor.PNG (18.67 KiB) Viewed 11183 times
by paullef
Tue Nov 30, 2021 10:18 am
Forum: Stimulsoft Dashboards.WIN
Topic: statusbar preview in designer
Replies: 6
Views: 11195

statusbar preview in designer

Hello In your windows forms designer, in the preview you have a statusbar where you are showing pages, check for issues, refresh and zoom factors. How can I get the same bar. I only am able to show the pagination (StiDesignerControl1.DesignerPreviewControl.ViewerControl.ShowStatusBar = True) and/or ...