Click here to Skip to main content
15,895,667 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to know if i can hide row from report at run time

for example : i will add colmn contain links if the user click on this link this row will hide

can i do this or not

thanks in advance
Posted

1 solution

I think the better option would be to include a field in the DataTable say HideRow and display data in a DataGridView with a CheckBoxColumn for HideRow field. After user selects all the rows to be hidden, the DataView of the DataTable can be filtered to hide the selected rows and it can be used to generate the report.
 
Share this answer
 
v2
Comments
eman88 8-Mar-12 2:38am    
thank u for ur help
ProEnggSoft 8-Mar-12 2:42am    
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900