Print Page | Close Window

crosstab header

Printed From: Crystal Reports Book
Category: Crystal Reports for Visual Studio 2005 and Newer
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=2480
Printed Date: 06 May 2024 at 2:23am


Topic: crosstab header
Posted By: aspxkid
Subject: crosstab header
Date Posted: 28 Feb 2008 at 4:40pm
i have a crosstab report that spans for multiple pages. as per the crosstab the columns headers are displayed perfectly.
it looks like this :

G1    G2      G3      CTHdr1 CTHdr2 CTHdr3
x     xx      xxx      5        2     3
y     yy      yyy      9        9      0

{G1, G2,G3 are group by options selected by user and
CTHdr is the crosstab header dynamic value)

my doubt is when the report continues to next page
the header (which is not part of crosstab report engine) is not displayed. the second page looks like this:
                      CTHdr1 CTHdr2 CThdr3
z      zz     zzz       9      8        7
a      aa     aaa        8      9        9

I want to display the G1 G2 and G3 in all the pages to the left of CT hdrs



Print Page | Close Window