IndicatorStateCollection.Item 属性 (String)

Gets the item that has the specified name.

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

语法

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

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

参数

  • name
    类型:System.String
    The name of the item in the collection.

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.IndicatorState
An IndicatorState object that has the specified name.

请参阅

参考

IndicatorStateCollection 类

Item 重载

Microsoft.ReportingServices.OnDemandReportRendering 命名空间