共用方式為


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.