共用方式為


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