如何在 crystal 中隐藏@main 报告文本?

How to hide @main report text in crystal?

我在 winform 中使用 c# 并使用 crystal 报告进行报告。

我的问题是,当我 运行 我的报告时,它在顶部显示文本 "main report"。我需要隐藏此文本及其面板。

您可以使用:.

this.Text.Visible=false

在您的 crystal 报告表单加载事件中