Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CR の [Suppress If Blank] オプションに相当する Active Reports は何ですか?
コンテンツが null または空の場合に、ActiveReports のテキスト ボックスを非表示にする場合。
抑制したいコントロールを含むセクションのformatイベントに次のようなものを書く必要があります。
this.TextBox1.Visible =(this.TextBox1.Value!= null);