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