'使用法 Dim instance As ReportObjectCollection(Of TItem) Dim name As System.String Dim value As TItem value = instance.FindByName(name)
パラメータ
- name
- The name of the item.
戻り値の型
Returns the item with specified name, null otherwise.
'使用法 Dim instance As ReportObjectCollection(Of TItem) Dim name As System.String Dim value As TItem value = instance.FindByName(name)