'宣言 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.