Hide column in run time
what is the best solution for hiding column in run time ??
ex
If I have report that contains these columns
EmployeeName
Address
Telephone
Salary
How can hide Salary column in run time depending on flag passed from UI.
ex
If I have report that contains these columns
EmployeeName
Address
Telephone
Salary
How can hide Salary column in run time depending on flag passed from UI.
Comments
Column1.Visible = false;