Item 속성 (String)

Returns a named custom property from the collection.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public ReadOnly Default Property Item ( _
    name As String _
) As CustomProperty
    Get
‘사용 방법
Dim instance As CustomPropertyCollection
Dim name As String
Dim value As CustomProperty

value = instance(name)

매개 변수