Search found 71 matches

by vorauler
Wed Jan 10, 2024 3:14 pm
Forum: Stimulsoft Reports.NET
Topic: Error with ShowWithRibbonGUI
Replies: 1
Views: 793

Error with ShowWithRibbonGUI

Hello

After updating to version 2024.1.2 from version 2023.4.4, we get an error with the following line of code.
This code has been working like this for several years.

Code: Select all

report.ShowWithRibbonGUI(parentForm, false);
Are there any adjustments we need to make?

TIA
Ralf
by vorauler
Thu Dec 16, 2021 2:06 pm
Forum: Stimulsoft Reports.NET
Topic: Questions about Groups
Replies: 9
Views: 852

Re: Questions about Groups

Your example is solved without a SubReport. I have also tried this approach. The problem is that this part is integrated as a subreport in a report.

Do I understand correctly that I cannot solve the problem with your component in this way? In particular with keeping the group together.
by vorauler
Thu Dec 16, 2021 10:15 am
Forum: Stimulsoft Reports.NET
Topic: Questions about Groups
Replies: 9
Views: 852

Re: Questions about Groups

This is a complete example of the report (see attachment). My aim is to display pages 2 and 3 correctly as in my original post.
by vorauler
Thu Dec 16, 2021 9:30 am
Forum: Stimulsoft Reports.NET
Topic: Questions about Groups
Replies: 9
Views: 852

Re: Questions about Groups

Hi,

Thank you for your answer.

Is there another way to implement this requirement?
In our real report, the first page is in portrait format, pages 2 and 3 in landscape format and then the remaining 2 pages are in portrait format again.
by vorauler
Wed Dec 15, 2021 1:29 pm
Forum: Stimulsoft Reports.NET
Topic: Questions about Groups
Replies: 9
Views: 852

Questions about Groups

Hi I have some questions about how to design a report. Take a look at the picture. 1. How can I show the PageHeaderBand also on page 2 2. How can I keep the inner group together on one page 3. Why is the PageFooterBand not printed on the bottom of each page In the attachment is a complete sample. It...
by vorauler
Mon Jul 26, 2021 1:50 pm
Forum: Stimulsoft Reports.NET
Topic: How to start with .net core 5.0
Replies: 2
Views: 1237

Re: How to start with .net core 5.0

Ok, i solved my problem. Just add this to the .csproj file:
<ItemGroup>
<FrameworkReference Include="Microsoft.WindowsDesktop.App" />
</ItemGroup>
by vorauler
Mon Jul 26, 2021 12:29 pm
Forum: Stimulsoft Reports.NET
Topic: How to start with .net core 5.0
Replies: 2
Views: 1237

How to start with .net core 5.0

Hi I created a new .core console application, add the nuget package Stimulsoft.Reports.Net and get this error (see image). "System.IO.FileNotFoundException: 'Could not load file or assembly 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. Das System kan...
by vorauler
Thu Nov 12, 2020 7:28 am
Forum: Stimulsoft Reports.NET
Topic: Component Styles for change an image
Replies: 4
Views: 1351

Re: Component Styles for change an image

Ok, thanks for your answers.
Ralf
by vorauler
Tue Nov 10, 2020 8:51 am
Forum: Stimulsoft Reports.NET
Topic: Component Styles for change an image
Replies: 4
Views: 1351

Component Styles for change an image

Hi Is it possible with help from the component style to change an image. We have some cumstomers that need their corporate design, which differs in font and image. For that we have created different style files that we load at runtime. report.Styles.Load("DefaultStyle.sts"); For fonts it`s...
by vorauler
Wed Jan 30, 2019 8:18 am
Forum: Stimulsoft Reports.NET
Topic: Chart size at runtime
Replies: 7
Views: 2371

Re: Chart size at runtime

Hello

Thank you for the support. This property did it.

Ralf