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 命名空间