Correct lines
-
- Posts: 7
- Joined: Wed Mar 18, 2015 1:53 pm
Correct lines
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
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
Hello,
Thank you.
Can you please describe your issue in more detils. If possible, please send us a sample report with test data for analysis.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 tsak in more details.2) Is it possible to add a margin in a column?
Thank you.
-
- Posts: 7
- Joined: Wed Mar 18, 2015 1:53 pm
Re: Correct lines
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
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 236 times
Re: Correct lines
Hello.
How do you register data in the report?
Please, watch next tutorial videos:
Creating Report
Binding Data Set
Thank you.
How do you register data in the report?
Please, watch next tutorial videos:
Creating Report
Binding Data Set
Thank you.
-
- Posts: 7
- Joined: Wed Mar 18, 2015 1:53 pm
Re: Correct lines
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
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
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.
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.
-
- Posts: 7
- Joined: Wed Mar 18, 2015 1:53 pm
Re: Correct lines
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
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
Hello,
Please try to set the HeaderRowsCount = 1 property for the Table component.
Thank you.
Please try to set the HeaderRowsCount = 1 property for the Table component.
Thank you.
-
- Posts: 7
- Joined: Wed Mar 18, 2015 1:53 pm
Re: Correct lines
It did succeed, now I have a nice report.
Best Regards,
Willem
Best Regards,
Willem
Re: Correct lines
Dear Willem,
Great! Thank you for letting us know about this.
Great! Thank you for letting us know about this.