GaugeImageCollection.Item[String] 屬性

定義

取得具有指定之名稱的項目。

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

參數

name
String

集合中項目的名稱。

屬性值

GaugeImage

具有指定之名稱的 GaugeImage 物件。

適用於