Disable the logo, refresh and export icon in CrystalReports BI 4.1
问题 I am trying to disable the logo, refresh and export icon in CrystalReports. To achieve this, I tried with the following options In BOE.ear/BOE.war/WEB-INF/eclipse/plugins/webpath.CrystalReports/web/WEB-INF/web.xml added below entries <context-param> <param-name>viewrpt.export</param-name> <param-value>false</param-value> <description>Set whether a export button will be shown</description> </context-param> <context-param> <param-name>viewrpt.logo</param-name> <param-value>false</param-value>