| |
|

ActiveReports for .NET 3.0 Support
Started by RobertG35 at 03-09-2010 2:59 PM. Topic has 7 replies.
 
 
 
|
|
Sort Posts:
|
|
|
|
03-09-2010, 2:59 PM
|
RobertG35
Joined on 08-14-2007
Posts 61
|
Include vertical lines in detail to the end of page.
|
|
|
|
|
I am including vertical lines in my detail section but I would like to have these lines print on the entire section between the header and footer groups. Is there a way of accomplishing this? The problem is that I need the lines printed in the empty space between the last iteration of the detail and the beginning of the page/report footer.
|
|
|
|
|
Report
|
|
|
|
03-09-2010, 11:06 PM
|
AnkitN
Joined on 03-03-2009
Posts 844

|
Re: Include vertical lines in detail to the end of page.
Attachment: TestImage.jpg
|
|
|
|
|
Hello,
If I understood your issue correctly then you want to insert a vertical line between the groups as shown in the attached image. In ActiveReports for .Net 3.0 you can achieve this behavior by using 3 line controls, one in each GroupHeader, Detail and GroupFooter section. You also need to set the AnchorBottom property of line control as true.
However in ActiveReports 6 we have a new control i.e cross section control to achieve this behavior. To know more about this control and other new feature in ActiveReports 6 you may check this link.
Regards, Ankit Nigam
|
|
|
|
|
Report
|
|
|
|
03-10-2010, 6:54 AM
|
RobertG35
Joined on 08-14-2007
Posts 61
|
Re: Include vertical lines in detail to the end of page.
|
|
|
|
|
I am already printing the lines as you suggested however, I need to print the lines over the entire height of the page regardless of how many iterations of detail and grouping there are.
So I am trying to accomplish as shown here.
|
|
|
|
|
Report
|
|
|
|
03-10-2010, 6:54 AM
|
RobertG35
Joined on 08-14-2007
Posts 61
|
Re: Include vertical lines in detail to the end of page.
Attachment: TestImage.jpg
|
|
|
|
|
|
|
|
03-10-2010, 11:11 AM
|
PrantikS
Joined on 12-11-2008
Posts 1,644

|
Re: Include vertical lines in detail to the end of page.
|
|
|
|
|
Hello,
You could use the drawline method to draw lines and meet your requirement. Please take a look at this help document.
Regards, Prantik
|
|
|
|
|
Report
|
|
|
|
03-10-2010, 2:07 PM
|
RobertG35
Joined on 08-14-2007
Posts 61
|
Re: Include vertical lines in detail to the end of page.
|
|
|
|
|
What if I am not using the ActiveReports Viewer? We just create PDFs. Is there a way to utilize this method in the ActiveReports class?
|
|
|
|
|
Report
|
|
|
|
03-10-2010, 10:40 PM
|
AnkitN
Joined on 03-03-2009
Posts 844

|
Re: Include vertical lines in detail to the end of page.
Attachment: DrawLine.zip
|
|
|
|
|
Hello,
DrawLine() method draws a line over the rpt.Document, so you can use this method to draw a line without displaying report on the viewer. However as I already suggested you that you can use the Line control to draw a line on your page. Please find the attached sample which implements the desired behavior.
Regards, Ankit Nigam
|
|
|
|
|
Report
|
|
|
|
03-11-2010, 8:04 AM
|
RobertG35
Joined on 08-14-2007
Posts 61
|
Re: Include vertical lines in detail to the end of page.
|
|
|
|
|
The DrawLine() method is the only situation to meet my requirement. Thank you.
Robert
|
|
|
|
|
Report
|
|
|
|
|
GrapeCity » Product Support » ActiveReports f... » Include vertical lines in detail to the end of page.
|
|
|
|
|