|
-
Dec 16th, 2008, 12:58 PM
#1
Thread Starter
New Member
[SOLVED] Crystal Reports One Time Header
I'm using VB.NET 2003
I was wondering how to get the Headers for the columns to show up only once in the report(at the top)
because the problem I am having is that when I have two pages of data in Crystal reports the headers will repeat themselves on the next page...
I've binded the Crystal Report to a data set that I fill manually
Last edited by James-; Dec 16th, 2008 at 06:29 PM.
-
Dec 16th, 2008, 01:25 PM
#2
Re: Crystal Reports One Time Header
Use Report Header Section, it only print once
-
Dec 16th, 2008, 01:27 PM
#3
Thread Starter
New Member
Re: Crystal Reports One Time Header
When I put it in there it does not even show up anymore
edit: Fixed...Data binding supressed Report header and anything you would put in there would become supressed as well. Solution: unsupress section then add items
Last edited by James-; Dec 16th, 2008 at 06:28 PM.
-
Dec 18th, 2008, 11:12 PM
#4
Hyperactive Member
Re: [SOLVED] Crystal Reports One Time Header
Another option so that your column headers can be below the report header is to use the conditional suppression formula for the Page header section formatting (or one of the page headers if you use multiple ones
PageNumber > 1
can be entered so that it will be suppressed if th page number is greater than 1.
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
|