Ask a questionAsk a question
 

QuestionList border on page break

  • Wednesday, November 04, 2009 4:36 PMjhespe Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Is it possible to have the border show on both pages when the items cause a list box to span pages?
    Basically I have "n" number of rows in the list.  It may or may not span pages.  If it does, I would like it to have the bottom border print after the last item
    to appear on that page and the top border to print before the first item of the next page. Bascially a box on each page.

    Thanks

All Replies

  • Wednesday, November 04, 2009 9:09 PMJonHPMSFTUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi jhespe - yes. You need to set the OmitBorderOnPageBreak property to false for the item that is spanning pages. In your example you should set it on the list item.

    -JonHP 
    Microsoft SQL Server Reporting Services
  • Friday, November 06, 2009 2:12 PMjhespe Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Where is this magical property?
    I am using VS 2008. An RDLC report with a List control with a single Image control inside it.
    And SQL Server 2005
    Thanks

    Joshua