cancel
Showing results for 
Search instead for 
Did you mean: 

Hide/disable a column

Former Member
0 Kudos

Hi to all,

I'm using crystal report 11.5,Visual Studio2005-

C#,Asp.net2.0 and SQL Server.

During runtime i add the table to CR and Fields

dynamicaly in the following order

ColumnText1 Data1 ColumnText2 Data1

ColumnText3 Data1 ColumnText4 Data1

ColumnText1 Data2 ColumnText2 Data2

ColumnText3 Data2 ColumnText4 Data2

My question is in some row Column4 is null then no

need to display data with text instead of that i just want to hide

the data and Text4 how to do this?

Experts please help me.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Winseelan,

A set field as a column in a report is always for the whole report.

Maybe you set the background color of the fields to the background color of the section and hide the field in that way if it is empty ? This would be a individual solution on field basis and would not affect other fields.

Best regards

Falk

Answers (0)