FlexReport for WinForms
Name プロパティ (Section)


C1.Report アセンブリ > C1.Report 名前空間 > Section クラス : Name プロパティ
Gets or sets the Section name.
シンタックス
'宣言
 
Public Overrides Property Name As System.String
'使用法
 
Dim instance As Section
Dim value As System.String
 
instance.Name = value
 
value = instance.Name
public override System.string Name {get; set;}
解説

The section name can be used as an index into the control's FlexReport.Sections collection.

Section names are also used to identify fields in VBScript expressions.

Duplicate and empty section names are allowed, but should be avoided if you plan to use the section names in scripts or as indexers.

参照

参照

Section クラス
Section メンバ