Hi All,
In telerik report viewer is it possible to hide/remove entire column according to the flag value.
Eg.
EmpNo Name Sal Desig
111 aaa 100 abc
112 bbb 200 abb
113 ccc 300 baa
My requirement is, if I remove column Sal the Desig column should shift to the left side. In code behind I made the header textbox and field textbox as visible false from code behind. From doing this, only header is removing and shifting to the left side but the field value is not shifting it is taking space.
Is I need to use filters, report parameters for this. Thanks in advance.
Thanks,
Akki
In telerik report viewer is it possible to hide/remove entire column according to the flag value.
Eg.
EmpNo Name Sal Desig
111 aaa 100 abc
112 bbb 200 abb
113 ccc 300 baa
My requirement is, if I remove column Sal the Desig column should shift to the left side. In code behind I made the header textbox and field textbox as visible false from code behind. From doing this, only header is removing and shifting to the left side but the field value is not shifting it is taking space.
Is I need to use filters, report parameters for this. Thanks in advance.
Thanks,
Akki