GaugeLabelCollection.Item プロパティ (String)
指定した名前のアイテムを取得します。
名前空間: 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 はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- name
型: System.String
コレクション内のアイテムの名前。
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.GaugeLabel
指定した名前の GaugeLabel オブジェクト。