or
Dim
a As New TestReport.Report1()
Me.ReportViewer1.Report = a - this line got the above error
Me.ReportViewer1.RefreshReport()
Hi,
I want to change the visibility of a group section at runtime based on an 'if' condition. Once the visibility set to true/false at runtime, it is not changing the visibility status. So I tried to change the height of the group section to 0 to make it hide. But it is not changing the height. I have tried it after the 'InitializeComponent()' and also in itemdatabinding and itemdatabound events. So how can I do it??