Selerix Developer Tools
Item(Int32) Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ReportParameterList Class > Item Property : Item(Int32) Property
The index.
Gets or sets the ReportParameter at the specified index.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Overloads Property Item( _
   ByVal index As Integer _
) As ReportParameter
'Usage
 
Dim instance As ReportParameterList
Dim index As Integer
Dim value As ReportParameter
 
instance.Item(index) = value
 
value = instance.Item(index)
[XmlIgnore()]
public ReportParameter Item( 
   int index
) {get; set;}
public read-write property Item( 
    index: Integer
): ReportParameter; 
XmlIgnoreAttribute()
public function get,set Item( 
   index : int
) : ReportParameter
[XmlIgnore()]
public: __property ReportParameter* get_Item( 
   int index
);
public: __property void set_Item( 
   int index,
   ReportParameter* value
);
[XmlIgnore()]
public:
property ReportParameter^ Item {
   ReportParameter^ get(int index);
   void set (int index, ReportParameter^ value);
}

Parameters

index
The index.

Property Value

ReportParameter.
See Also

Reference

ReportParameterList Class
ReportParameterList Members
Overload List