GaugePanel.GaugeImages 屬性
Gets the images in this gauge panel.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property GaugeImages As GaugeImageCollection
Get
'用途
Dim instance As GaugePanel
Dim value As GaugeImageCollection
value = instance.GaugeImages
public GaugeImageCollection GaugeImages { get; }
public:
property GaugeImageCollection^ GaugeImages {
GaugeImageCollection^ get ();
}
member GaugeImages : GaugeImageCollection
function get GaugeImages () : GaugeImageCollection
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.GaugeImageCollection
A GaugeImageCollection object.