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


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

パラメータ

index
The zero-based index of the element to get or set.

プロパティ値

The ReportParameter item from the collection.
参照

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