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


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

パラメータ

name
The name of the element to get.

プロパティ値

The ReportParameter item from the collection.
参照

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