CrystalReports のロゴ、更新、およびエクスポート アイコンを無効にしようとしています。
これを達成するために、次のオプションを試しました
BOE.ear/BOE.war/WEB-INF/eclipse/plugins/webpath.CrystalReports/web/WEB-INF/web.xml のエントリの下に追加
<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>
<description>Set whether a logo will be shown</description>
</context-param>
<context-param>
<param-name>viewrpt.refresh</param-name>
<param-value>false</param-value>
<description>Set whether a refresh button will be shown</description>
</context-param>
しかし、これは機能していません。専門家のアドバイスは役に立ちます。ありがとう。