Hi,
I have a detailed report with 60 columns. How can user hide some columns in
reportviewer?
For example if he is interested in 5 columns, is it possible for him to hide
rest 45 col. automaticly?
ThanksHi,
if you are using a table control on your report you can use the Visibility
property. Using this property you can either specify an expression or specify
another control in the report to toggle the visibility of the column. If you
want the user to decide about visibility I'd go for the control, if you wish
to do it I'd suggest an expression evaluating the current Windows
user(WindowsIdentity)
"Kenan Kilictepe" wrote:
> Hi,
> I have a detailed report with 60 columns. How can user hide some columns in
> reportviewer?
> For example if he is interested in 5 columns, is it possible for him to hide
> rest 45 col. automaticly?
> Thanks
>
>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment