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 GaugeLabel
    Get
用法
Dim instance As GaugeLabelCollection
Dim name As String
Dim value As GaugeLabel

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

参数

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeLabel
A GaugeLabel object of the specified name.