I am using c# in winform and reporting with crystal report.
My issue is that when I run my report it shows the text "main report" at the top. I need to hide this text and its panel.
You can use :.
this.Text.Visible=false
in your crystal reports forms load event