Crystal Report Formula field

14,967

This is how you would hide a field - Without a condition - in crystal report

Right click over the field name in Crystal Reports design

  1. Select Format Field...

  2. Click on Common tab

  3. Check off the Suppress checkbox

The field is now Hidden!

Share:
14,967
Ahmad Hajou
Author by

Ahmad Hajou

Software developer in the Market Research industry. Focus on C#, and Javascript.

Updated on June 04, 2022

Comments

  • Ahmad Hajou
    Ahmad Hajou over 1 year

    I want to achieve the following in a Crystal report, please let me know if they are possible:

    • Hide/Unhide a certain field based on an input parameter
    • Change the content of a certain field in the page header and in the details sections based on an input parameter.

    I am using Visual Studio 2008 and C# 3.5

    Thanks in advance