Print Page | Close Window

Conditional repeat of report header in Crystal Rep

Printed From: Crystal Reports Book
Category: Crystal Reports .NET 2003
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=19469
Printed Date: 18 May 2024 at 2:21pm


Topic: Conditional repeat of report header in Crystal Rep
Posted By: kyle
Subject: Conditional repeat of report header in Crystal Rep
Date Posted: 25 Apr 2013 at 6:33pm
I have a crystal report and I am trying to display the the data in multiple columns.

For that I have done Format using Multiple Columns method

My report structure is as follows


   page1

    Val1  Val2      Val1  Val2      Val1  Val2
     A1     A2       D1    D2        G1    G2
     B1     B2       E1    E2        H1    H2
     C1     C2       F1    F2        I1    I2


and on page 2



    Val1  Val2      Val1  Val2      Val1  Val2
     J1     J2       
     K1     K2       
     L1     L2       


I have added headers manually i.e(Val1,Val2)

My question is how can I avoid columns Val1 and Val2 when there is no data displayed below it(like page2)

I am using VS 2010

Thanks all



Print Page | Close Window