GaugeImageCollection.Item[String] Property

Definition

Gets the item that has the specified name.

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

Parameters

name
String

The name of the item in the collection.

Property Value

A GaugeImage object that has the specified name.

Applies to