'宣言 Protected Overrides Function GetKeyForItem( _ ByVal item As ReportItem _ ) As System.String
'使用法 Dim instance As ReportItemCollection Dim item As ReportItem Dim value As System.String value = instance.GetKeyForItem(item)
protected override System.string GetKeyForItem( ReportItem item )
パラメータ
- item