CustomPropertyCollection.Item 属性 (String)

Returns a named custom property from the collection.

命名空间:  Microsoft.ReportingServices.ReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
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)
public CustomProperty this[
    string name
] { get; }
public:
property CustomProperty^ default[String^ name] {
    CustomProperty^ get (String^ name);
}
member Item : CustomProperty
JScript 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

类型:Microsoft.ReportingServices.ReportRendering.CustomProperty
A CustomProperty object.

请参阅

参考

CustomPropertyCollection 类

Item 重载

Microsoft.ReportingServices.ReportRendering 命名空间