ActiveReports Developers 7 Now Available in Beta!! (click for details)

ActiveReports for .NET 3.0 Support

Started by RobertG35 at 03-09-2010 2:59 PM. Topic has 7 replies.

Print Search Rate
Sort Posts:    
   03-09-2010, 2:59 PM
RobertG35 is not online. Last active: 11/22/2011 9:14:25 PM RobertG35

Top 150 Posts
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 is not online. Last active: 6/8/2010 6:43:55 AM AnkitN

Top 25 Posts
Joined on 03-03-2009
Posts 844

DDStaff
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 is not online. Last active: 11/22/2011 9:14:25 PM RobertG35

Top 150 Posts
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 is not online. Last active: 11/22/2011 9:14:25 PM RobertG35

Top 150 Posts
Joined on 08-14-2007
Posts 61
Re: Include vertical lines in detail to the end of page.

Attachment: TestImage.jpg
oops

   Report 
   03-10-2010, 11:11 AM
PrantikS is not online. Last active: 4/30/2012 6:13:04 PM PrantikS

Top 25 Posts
Joined on 12-11-2008
Posts 1,644

DDStaff
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 is not online. Last active: 11/22/2011 9:14:25 PM RobertG35

Top 150 Posts
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 is not online. Last active: 6/8/2010 6:43:55 AM AnkitN

Top 25 Posts
Joined on 03-03-2009
Posts 844

DDStaff
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 is not online. Last active: 11/22/2011 9:14:25 PM RobertG35

Top 150 Posts
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.

Privacy Policy | Copyright © 1997-2012 — GrapeCity, inc.
All trademarks mentioned are the property of their respective owners.