Page 1 of 1

Correct lines

Posted: Fri Mar 20, 2015 10:50 am
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

Re: Correct lines

Posted: Fri Mar 20, 2015 2:06 pm
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.

Re: Correct lines

Posted: Mon Mar 23, 2015 10:04 am
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

Re: Correct lines

Posted: Mon Mar 23, 2015 11:27 am
by HighAley
Hello.

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

Thank you.

Re: Correct lines

Posted: Mon Mar 23, 2015 12:03 pm
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

Re: Correct lines

Posted: Mon Mar 23, 2015 12:10 pm
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.

Re: Correct lines

Posted: Mon Mar 23, 2015 1:05 pm
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

Re: Correct lines

Posted: Mon Mar 23, 2015 1:33 pm
by Alex K.
Hello,

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

Thank you.

Re: Correct lines

Posted: Mon Mar 23, 2015 2:52 pm
by willem.wijnant
It did succeed, now I have a nice report.

Best Regards,

Willem

Re: Correct lines

Posted: Mon Mar 23, 2015 6:23 pm
by Andrew
Dear Willem,

Great! Thank you for letting us know about this.