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

セクションの名前を取得または設定します。
構文
'宣言
 
Public Property Name As String
public string Name {get; set;}

プロパティ値

一意のセクション名。

解説

セクション名はレポートのSectionコレクションでキーとして使用されます。

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

関連項目

Section クラス
Section メンバ

 

 


Copyright © 2003 GrapeCity inc. All rights reserved.