PowerTools ActiveReports for .NET 9.0J
ContentsVisible プロパティ
使用例 

ReportExplorerのレポート コンテンツ ウィンドウを表示するかどうかを決定します。
構文
'宣言
 
Public Property ContentsVisible As Boolean
public bool ContentsVisible {get; set;}
解説

ブール値。ReportExplorerのレポート コンテンツ ウィンドウを表示する場合は True、表示しない場合は False

使用例
private void Form1_Load(object sender, System.EventArgs e)
{
    this.reportExplorer1.ContentsVisible = true;
}
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    Me.ReportExplorer1.ContentsVisible = True
End Sub
参照

関連項目

ReportExplorer クラス
ReportExplorer メンバ

 

 


©2003-2015 GrapeCity inc. All rights reserved.