共用方式為


GaugePanel.RadialGauges 屬性

Defines the set of radial gauges for the gauge panel.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property RadialGauges As RadialGaugeCollection 
    Get
'用途
Dim instance As GaugePanel 
Dim value As RadialGaugeCollection 

value = instance.RadialGauges
public RadialGaugeCollection RadialGauges { get; }
public:
property RadialGaugeCollection^ RadialGauges {
    RadialGaugeCollection^ get ();
}
member RadialGauges : RadialGaugeCollection
function get RadialGauges () : RadialGaugeCollection

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.RadialGaugeCollection
A RadialGaugeCollection object.

請參閱

參考

GaugePanel 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間