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

GrapeCity.ActiveReports アセンブリ > GrapeCity.ActiveReports.SectionReportModel 名前空間 > Section クラス : Name プロパティ
セクションの名前を取得または設定します。
シンタックス
'宣言
 
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 メンバ