Print Page | Close Window

Show, hide a particular column

Printed From: Crystal Reports Book
Category: Crystal Reports .NET 2003
Forum Name: Writing Code
Forum Discription: .NET 2003 programming API, report integration
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=480
Printed Date: 31 Oct 2024 at 2:11pm


Topic: Show, hide a particular column
Posted By: sani723
Subject: Show, hide a particular column
Date Posted: 07 Apr 2007 at 5:42am
how we can show or hide a particular column in crystal report based on  parameter.

-------------
peace



Replies:
Posted By: BrianBischof
Date Posted: 07 Apr 2007 at 10:34am
Each field has a Suppress property that can be turned on or off to control if it is visible or not. It also has a Conditional Formula button which, when clicked, opens the formula workshop. Enter a formula here that uses a parameter to test whether the field should be hidden or not. Return True to hide the field and return False to show it.

-------------
Please support the forum! Tell others by linking to it on your blog or website:<a href="http://www.crystalreportsbook.com/forum/">Crystal Reports Forum</a>



Print Page | Close Window