SAP Knowledge Base Article - Public

1608048 - How to hide the status bar at the bottom of a CR for .NET WIN viewer

Symptom

  • The status bar indicates the current page, the total page number and the current zoom factor
  • Is it possible to hide this status bar?

''

Resolution

  • Use the following code:
For Each control As Control In CrystalReportViewer1.Controls
           If control.[GetType]().Name.ToString() = "StatusBar" Then
               control.Visible = Visible
           End If
Next
CrystalReportViewer1.ReportSource = crReportDocument

Keywords

turn off disable statusbar winform windows , KBA , BI-DEV-NET-SDK , .NET SDK / COM SDK , How To

Product

Crystal Reports 2008 V1 ; SAP Crystal Reports, developer version for Microsoft Visual Studio