Search code examples
c#winformscrystal-reports

How to hide @main report text in crystal?


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.


Solution

  • You can use :.

    this.Text.Visible=false
    

    in your crystal reports forms load event