Search found 4 matches

by VitShim
Mon Apr 20, 2020 10:50 am
Forum: Stimulsoft Reports.WPF
Topic: Report Designer: Show in a table only part of data
Replies: 5
Views: 4556

Re: Report Designer: Show in a table only part of data

Hello Lech Kulikowski,

your solution does work!

Many thanks for the fast support!
by VitShim
Fri Apr 17, 2020 12:45 pm
Forum: Stimulsoft Reports.WPF
Topic: Report Designer: Show in a table only part of data
Replies: 5
Views: 4556

Re: Report Designer: Show in a table only part of data

Unfortunately, the solution in the forum is not exact what I want. With the expression "Line<=10" I get the first 10 rows from data source. But I need 10 rows from sorted data. Example (with 4 rows): What I have: Number Text 2 abc 1 abc 6 abc 89 abc 42 abc 99 abc 3 abc What I want (only 4 ...
by VitShim
Wed Apr 15, 2020 7:57 am
Forum: Stimulsoft Reports.WPF
Topic: Report Designer: Show in a table only part of data
Replies: 5
Views: 4556

Re: Report Designer: Show in a table only part of data

So, I found the answer in the forum. I had to put this expression in the filter of the table: "Line<=10". Then only 10 rows will be displayed.
viewtopic.php?t=37041
by VitShim
Tue Apr 14, 2020 1:55 pm
Forum: Stimulsoft Reports.WPF
Topic: Report Designer: Show in a table only part of data
Replies: 5
Views: 4556

Report Designer: Show in a table only part of data

Hello, I am new here and have to create a report with the report designer (version 2020.2.1). I would like to aks somebody to help me. What I try is I create a table and link to a data source. This data source contains for example 100 rows. I have to show only 10 rows sorted by some criteria. My way...