I would like to have print some thing like an invoice .
The problem I am facing in the if I want to print the format (the border lines) to be printed upto the end of the page even I have only few lines.
Is there any way to achive it , can I make the size of the details are
I would like to get the print out like below , need to get empty lines ,
Regards
The problem I am facing in the if I want to print the format (the border lines) to be printed upto the end of the page even I have only few lines.
Is there any way to achive it , can I make the size of the details are
I would like to get the print out like below , need to get empty lines ,
item Code | Qty |
item1 | 1 |
item2 | 2 |
item3 | 3 |
Total | 6 |
Regards
6 Answers, 1 is accepted
0
Hi Muhamed,
If we understand your inquiry correctly, this behavior is expected as the report sections do not stretch to the bottom of the page i.e. if there are only a few records of data, the detail section would not border with the page footer, so using left/right borders to print a line upto the end of the page is not possible. Currently there is no way to achieve continuous border to the bottom of the page.
All the best,
Steve
the Telerik team
If we understand your inquiry correctly, this behavior is expected as the report sections do not stretch to the bottom of the page i.e. if there are only a few records of data, the detail section would not border with the page footer, so using left/right borders to print a line upto the end of the page is not possible. Currently there is no way to achieve continuous border to the bottom of the page.
All the best,
Steve
the Telerik team
Q2’11 SP1 of Telerik Reporting is available for download (see what's new). Get it today.
0
Mohammad
Top achievements
Rank 1
answered on 13 Oct 2011, 08:08 AM
Thansk Steve ,
I tried with a work around ,
I put the lines objects in the footer section , and incresed the size like below
may be you can give some idea about it .
Expecting your advise
Regards
I tried with a work around ,
I put the lines objects in the footer section , and incresed the size like below
private void pinvoice_ItemDataBinding(object sender, EventArgs e)
{
this.shape19.Height = this.shape19.Height * 3;
this.reportFooter.Height = this.reportFooter.Height * 3;
}
But I am not sure how I can get the number of records in the page and also if more than one page how to be handled .may be you can give some idea about it .
Expecting your advise
Regards
0
Hi Muhamed,
There is no available workaround, otherwise we would have provided you with it. As stated in previous post, currently there is no way to achieve continuous border to the bottom of the page.
All the best,
Steve
the Telerik team
There is no available workaround, otherwise we would have provided you with it. As stated in previous post, currently there is no way to achieve continuous border to the bottom of the page.
All the best,
Steve
the Telerik team
Q2’11 SP1 of Telerik Reporting is available for download (see what's new). Get it today.
0
Greg
Top achievements
Rank 1
answered on 18 Sep 2012, 05:51 PM
So this is something that Telerik never intends to address at all? Creating a continuous border around an entire report (header, detail, footer) is beyond the product's capabilities now and forever?
Greg
Greg
0
Greg
Top achievements
Rank 1
answered on 20 Sep 2012, 01:23 PM
Hello? Anybody?
Greg
Greg
0
Hello Greg,
I've reviewed again the whole thread to make sure we're on the same page. The original request of Mohammad is to fill the page with details up to the page footer or bottom of page. However Telerik Reporting is data driven engine and would only create as many details as the number of records it is bound to and this would not change.
If you want border around the report, our suggestion is to set the border for the report itself.
Greetings,
Steve
the Telerik team
I've reviewed again the whole thread to make sure we're on the same page. The original request of Mohammad is to fill the page with details up to the page footer or bottom of page. However Telerik Reporting is data driven engine and would only create as many details as the number of records it is bound to and this would not change.
If you want border around the report, our suggestion is to set the border for the report itself.
Greetings,
Steve
the Telerik team
BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >