作成日: 2024/04/10 最終更新日: 2024/04/10
文書種別
使用方法
詳細
空のSectionDocumentオブジェクトをLoadDocumentメソッドで読み込むことで、Viewerコントロールにセットされているレポートをクリアし、レポートが読み込まれていない状態にできます。
◆サンプルコード (C#)
private void button1_Click(...) { this.viewer1.LoadDocument(new GrapeCity.ActiveReports.Document.SectionDocument()); }
◆サンプルコード (VB.NET)
Private Sub Button1_Click(...) Handles Button1.Click Me.Viewer1.LoadDocument(New GrapeCity.ActiveReports.Document.SectionDocument) End Sub
※この方法は、プレビュー中のレポートがページレポート/RDLレポートの場合でも有効です。