Search found 9 matches

by Irena
Mon May 17, 2021 10:39 am
Forum: Stimulsoft Reports.WPF
Topic: Printed event - 'Method not found' exception
Replies: 3
Views: 4465

Printed event - 'Method not found' exception

Hello, I want to close Print Preview window after sending report to the printer. My report is subscribed to Printed event. private void Report_Printed(object sender, EventArgs e) { var dialogResult = (sender as StiReport).PrinterSettings.PrintDialogResult; if (dialogResult == Stimulsoft.System.Windo...
by Irena
Wed Mar 25, 2020 7:21 am
Forum: Stimulsoft Reports.WPF
Topic: Showing report in fullscreen mode
Replies: 6
Views: 4628

Re: Showing report in fullscreen mode

I found what I was actually looking for.

Here is the code I used:

Code: Select all

StiWpfViewerWindow window = new StiWpfViewerWindow(lReport)
{
     WindowStyle = WindowStyle.ToolWindow
};
Thank you.
by Irena
Tue Mar 24, 2020 1:10 pm
Forum: Stimulsoft Reports.WPF
Topic: Showing report in fullscreen mode
Replies: 6
Views: 4628

Re: Showing report in fullscreen mode

Hello,

That was not what I actually expected, but it's fine. Thank you very much for your support!
by Irena
Fri Mar 06, 2020 8:46 am
Forum: Stimulsoft Reports.WPF
Topic: Showing report in fullscreen mode
Replies: 6
Views: 4628

Re: Showing report in fullscreen mode

The WPF application I am developing is in fullscreen mode (WindowStyle="None"). I would like the report to be shown in the similar way. The problem is that at the place where Windows taskbar is used to be positioned I see my application, behind shown report. Link to the project: https://dr...
by Irena
Tue Mar 03, 2020 9:46 am
Forum: Stimulsoft Reports.WPF
Topic: Showing report in fullscreen mode
Replies: 6
Views: 4628

Showing report in fullscreen mode

Hello,

Is there a way for Stimulsoft report to be shown in fullscreen, over Windows task bar?

Thanks in advance for your reply.
by Irena
Fri Feb 21, 2020 7:52 am
Forum: Stimulsoft Reports.WPF
Topic: Losing material design after showing report
Replies: 5
Views: 3154

Re: Losing material design after showing report

Thank you for support. I'll try it as soon as the new release comes out.
by Irena
Thu Feb 20, 2020 7:06 am
Forum: Stimulsoft Reports.WPF
Topic: Losing material design after showing report
Replies: 5
Views: 3154

Re: Losing material design after showing report

I have edited original post.
by Irena
Wed Feb 19, 2020 7:46 am
Forum: Stimulsoft Reports.WPF
Topic: Losing material design after showing report
Replies: 5
Views: 3154

Losing material design after showing report

Hello, In my .NET Core 3.0 WPF application I have installed the following nugets: https://www.nuget.org/packages/MaterialDesignColors/1.2.2?_src=template https://www.nuget.org/packages/MaterialDesignThemes/3.0.1?_src=template https://www.nuget.org/packages/Stimulsoft.Reports.Engine/2020.2.1?_src=tem...