I have a ReporViewer and a bunch of reports. There are a couple reports where I don't want the toolbar visible. (reportViewer.ToolbarVisible = false). When switching reports in code, I can set the visibility of the toolbar just fine. But I can't figure out how to set the visibility when switching reports using either the navigation buttons (forward/back) or when a report is viewed by clicking on a link (textbox with Navigate action) in another report.
Is there a way to set the ReportViewer's ToolbarVisibility from within a report? Or is there an event in the ReportViewer that fires when the Report property is changed?
Thanks,
Justin
Is there a way to set the ReportViewer's ToolbarVisibility from within a report? Or is there an event in the ReportViewer that fires when the Report property is changed?
Thanks,
Justin