GrapeCity ActiveReports for .NET 14.0J
Visible プロパティ (Section)
使用例 

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > Section クラス : Visible プロパティ
セクションを印刷するかどうかを示します。
シンタックス
'宣言
 
Public Property Visible As Boolean
public bool Visible {get; set;}

プロパティ値

セクションを印刷するかどうかを示すブール値。デフォルトはTrueです。

使用例
private void detail_Format(object sender, System.EventArgs eArgs)
{
    this.detail.Visible = true;
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
    Me.Detail.Visible = True
End Sub
参照

Section クラス
Section メンバ