FlexReport for WinForms
Item(String) プロパティ


C1.Document.4.6.2 アセンブリ > C1.Document 名前空間 > RenderSectionCollection クラス > Item プロパティ : Item(String) プロパティ
The name of the item.
Gets the item with specified name.
シンタックス
'宣言
 
Public Overloads Shadows ReadOnly Property Item( _
   ByVal name As System.String _
) As RenderSection
'使用法
 
Dim instance As RenderSectionCollection
Dim name As System.String
Dim value As RenderSection
 
value = instance.Item(name)
public new RenderSection Item( 
   System.string name
) {get;}

パラメータ

name
The name of the item.

プロパティ値

Returns the item with specified name or null if not found.
参照

参照

RenderSectionCollection クラス
RenderSectionCollection メンバ
オーバーロード一覧