次の方法で共有


RadialGaugeCollection.Item[String] プロパティ

定義

指定した名前のアイテムを取得します。

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::RadialGauge ^ default[System::String ^] { Microsoft::ReportingServices::OnDemandReportRendering::RadialGauge ^ get(System::String ^ name); };
public Microsoft.ReportingServices.OnDemandReportRendering.RadialGauge this[string name] { get; }
member this.Item(string) : Microsoft.ReportingServices.OnDemandReportRendering.RadialGauge
Default Public ReadOnly Property Item(name As String) As RadialGauge

パラメーター

name
String

コレクション内のアイテムの名前です。

プロパティ値

RadialGauge指定した名前を持つオブジェクト。

適用対象