Propriedade do RDL GaugePanel.LinearGauges
Defines the set of linear gauges for the gauge panel.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property LinearGauges As LinearGaugeCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.LinearGaugeCollection
A LinearGaugeCollection object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering