GaugePanel.LinearGauges 属性

Defines the set of linear gauges for the gauge panel.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property LinearGauges As LinearGaugeCollection 
    Get
用法
Dim instance As GaugePanel 
Dim value As LinearGaugeCollection 

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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.LinearGaugeCollection
A LinearGaugeCollection object.

请参阅

参考

GaugePanel 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间