GrapeCity ActiveReports for .NET 14.0J
Contains メソッド (SectionCollection)
使用例 

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports 名前空間 > SectionCollection クラス : Contains メソッド

コレクション内で検索するSectionオブジェクト。

指定したSectionオブジェクトがコレクション内に存在するかどうかを示す値を取得します。
シンタックス
'宣言
 
Public Function Contains( _
   ByVal section As Section _
) As Boolean
public bool Contains( 
   Section section
)

パラメータ

section

コレクション内で検索するSectionオブジェクト。

戻り値の型

ブール値。セクションがコレクションに存在する場合 True を返します。それ以外の場合は False
使用例
private void rptGrapeCity_ReportEnd(object sender, System.EventArgs eArgs)
{
    System.Windows.Forms.MessageBox.Show(this.Sections.Contains(this.Sections["detail"]).ToString());
}
Private Sub rptGrapeCity_ReportEnd(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportEnd
    MsgBox(Me.Sections.Contains(Me.Sections("Detail1")).ToString)
End Sub
参照

SectionCollection クラス
SectionCollection メンバ