StateIndicatorCollection.Item 属性 (String)

Gets or sets the item at the specified key.

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

语法

声明
Public ReadOnly Default Property Item ( _
    name As String _
) As StateIndicator
    Get
用法
Dim instance As StateIndicatorCollection
Dim name As String
Dim value As StateIndicator

value = instance(name)
public StateIndicator this[
    string name
] { get; }
public:
property StateIndicator^ default[String^ name] {
    StateIndicator^ get (String^ name);
}
member Item : StateIndicator
JScript 支持使用索引属性,但不支持声明新索引属性。

参数

  • name
    类型:System.String
    A unique String expression that specifies a name that can be used, instead of a positional index, to access an item of the collection. name must correspond to the Key argument specified when the item was added to the collection.

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.StateIndicator
A StateIndicator object that has the specified name.