GaugePanel.RadialGauges Property
Defines the set of radial gauges for the gauge panel.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property RadialGauges As RadialGaugeCollection
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.RadialGaugeCollection
A RadialGaugeCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace