Search found 4 matches

by DoraHuang
Sun Oct 07, 2018 3:06 pm
Forum: Stimulsoft Reports.NET
Topic: Use version 2.3 Relations not show on PDF
Replies: 1
Views: 834

Use version 2.3 Relations not show on PDF

Hello, there is a questions to ask,I use .Net Core Framework and Stimulsoft Version 2.3 . When I use data Relations <Relations isList="true" count="1"> <roomMate Ref="7" type="DataRelation" isKey="true"> <Alias>roomMate</Alias> <ChildColumns isList=&...
by DoraHuang
Fri Aug 31, 2018 1:45 am
Forum: Stimulsoft Reports.NET
Topic: How to show out three rows from the same databand On A4?
Replies: 5
Views: 3675

Re: How to show out three rows from the same databand On A4?

Lech Kulikowski wrote: Thu Aug 30, 2018 6:56 pm Hello,

Open events tab and write code in the necessary event.

Thank you.
Thank You~~
by DoraHuang
Wed Aug 29, 2018 8:08 am
Forum: Stimulsoft Reports.NET
Topic: How to show out three rows from the same databand On A4?
Replies: 5
Views: 3675

Re: How to show out three rows from the same databand On A4?

To:Alex
Sorry There is a Stupid question
How do I set it up?
"
Also, you can use the following code (in BeforePrint event of the DataBand) to set a new page depends on data count on one page:
if (Line == 3)
Engine.NewPage()

"
Thank you.
by DoraHuang
Tue Mar 13, 2018 4:13 am
Forum: Stimulsoft Reports.NET
Topic: How to show out three rows from the same databand On A4?
Replies: 5
Views: 3675

How to show out three rows from the same databand On A4?

Hello, there are few questions to ask, 1. How to present a report from one DataBand to show out three info? My questions like the picture: it is A4 page And I want three row on the page. The PageHead,Footer all the same And Databand at three row also the same ,only info not the same. How Can I do? I...