'宣言 Protected Sub ChangeItemKey( _ ByVal item As ReportItem, _ ByVal newKey As System.String _ )
'使用法 Dim instance As ReportItemCollection Dim item As ReportItem Dim newKey As System.String instance.ChangeItemKey(item, newKey)
protected void ChangeItemKey( ReportItem item, System.string newKey )
パラメータ
- item
- newKey