Correct lines

Stimulsoft Reports.WPF discussion
Post Reply
willem.wijnant
Posts: 7
Joined: Wed Mar 18, 2015 1:53 pm

Correct lines

Post by willem.wijnant »

HI Aleksey,

I have some design problems.

1)How can I draw correct colums on the screen? There may be no disruptions, or wholes in the lines.

What I did is making use of the borders of the cells. But it is difficult to align everything. Is there a better way?

At the bottom of the page, I put a horizontal line in the footer, but there is a gap with the lines of the cells.

2) Is it possible to add a margin in a column?

Thanks in advantage?

Willem
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Correct lines

Post by Alex K. »

Hello,
1)How can I draw correct colums on the screen? There may be no disruptions, or wholes in the lines.
What I did is making use of the borders of the cells. But it is difficult to align everything. Is there a better way?
At the bottom of the page, I put a horizontal line in the footer, but there is a gap with the lines of the cells.
Can you please describe your issue in more detils. If possible, please send us a sample report with test data for analysis.
2) Is it possible to add a margin in a column?
Can you please describe your tsak in more details.

Thank you.
willem.wijnant
Posts: 7
Joined: Wed Mar 18, 2015 1:53 pm

Re: Correct lines

Post by willem.wijnant »

Hi Aleksey,

A lot of the aligning problems, can possibly be solved by using tables. (because the header and the data are already aligned).

Yet, in my example, the data is not yet displayed, the report is empty.

How can I make them to be displayed? I send you the report in attachement.

Best Regards,

Willem
Attachments
Sti_Grootboek1.mrt
(20.18 KiB) Downloaded 235 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Correct lines

Post by HighAley »

Hello.

How do you register data in the report?
Please, watch next tutorial videos:
Creating Report
Binding Data Set

Thank you.
willem.wijnant
Posts: 7
Joined: Wed Mar 18, 2015 1:53 pm

Re: Correct lines

Post by willem.wijnant »

Hi ALeksey,

The binding of the data with the report is ok. When I do View Data of the table, I can see all data.

But nothing is displayes in the report, also not the header. Some parameter could be wrong, but I do not know which one.

Any idea?

Willem
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Correct lines

Post by Alex K. »

Hello,

Can you please send us a sample project with test data which reproduce the issue for analysis.
Also please send us a step by step guide how to reproduce the issue.

Thank you.
willem.wijnant
Posts: 7
Joined: Wed Mar 18, 2015 1:53 pm

Re: Correct lines

Post by willem.wijnant »

Hi Aleksey,

I started the report from scratch; now the table data are displayed, as well as the report header. There must have been something wrong with the report.

In the first row, I put the header of the cilumn; in the second one the dataset-data.

But he displays the table header before each line (one row table header, then one row data, then one row table header, one row data, ... i.s.o. only ones at the top of every page. How do you do that?

Best Regards,

Willem
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Correct lines

Post by Alex K. »

Hello,

Please try to set the HeaderRowsCount = 1 property for the Table component.

Thank you.
willem.wijnant
Posts: 7
Joined: Wed Mar 18, 2015 1:53 pm

Re: Correct lines

Post by willem.wijnant »

It did succeed, now I have a nice report.

Best Regards,

Willem
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

Re: Correct lines

Post by Andrew »

Dear Willem,

Great! Thank you for letting us know about this.
Post Reply