Results 1 to 4 of 4

Thread: [SOLVED] Crystal Reports One Time Header

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2006
    Posts
    14

    [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.

  2. #2
    Frenzied Member
    Join Date
    May 2006
    Location
    some place in the cloud
    Posts
    1,886

    Re: Crystal Reports One Time Header

    Use Report Header Section, it only print once

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2006
    Posts
    14

    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.

  4. #4
    Hyperactive Member
    Join Date
    Jul 2007
    Posts
    479

    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
  •  



Click Here to Expand Forum to Full Width