Results 1 to 4 of 4

Thread: [RESOLVED] Online Reports with page breaks?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Resolved [RESOLVED] Online Reports with page breaks?

    I'm just getting into ASP.Net and Web Development. One question that I have is how can I create online reports that need to be printed with page breaks?

    Thanks,
    Blake

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Online Reports with page breaks?

    If you have a print stylesheet, you can use the page-break-after property to specify when a page break should occur.

    For example, if you have 5 gridviews and want 1 gridview on each page, get the gridview's CSS Class, and add

    Code:
    page-break-after:always;
    to its CSS class.

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Re: Online Reports with page breaks?

    Thanks mendhak...that worked!
    Blake

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Online Reports with page breaks?

    Awesome! Add resolved.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width