|
-
Aug 5th, 2009, 12:07 PM
#1
Thread Starter
PowerPoster
[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,
-
Aug 5th, 2009, 01:49 PM
#2
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.
-
Aug 5th, 2009, 02:18 PM
#3
Thread Starter
PowerPoster
Re: Online Reports with page breaks?
Thanks mendhak...that worked!
-
Aug 5th, 2009, 02:28 PM
#4
Re: Online Reports with page breaks?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|