I'd like to hide the report header at runtime. I've found the property to set visible false, but not sure how to add this to the report .
Telerik.Reporting.ReportHeaderSection reportHeader = new Telerik.Reporting.ReportHeaderSection();
reportHeader.Visible = false;
Thanks, all help is appreciated.
3 Answers, 1 is accepted
0
Peter
Telerik team
answered on 22 Feb 2011, 10:49 AM
Hi Tim,
We are not sure about your exact scenario. Still check out the following code snippet, that shows how to hide a report header section prior to setting the ReportViewer.Report property in Page_Load:
This worked for my reports developed in visual studio, how do you hide the report header at runtime with a .trdx report developed with the Report Designer?
thanks