Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets a list of radial gauges for the gauge panel.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property RadialGauges As IList(Of RadialGauge)
Get
Set
'Usage
Dim instance As GaugePanel
Dim value As IList(Of RadialGauge)
value = instance.RadialGauges
instance.RadialGauges = value
public IList<RadialGauge> RadialGauges { get; set; }
public:
property IList<RadialGauge^>^ RadialGauges {
IList<RadialGauge^>^ get ();
void set (IList<RadialGauge^>^ value);
}
member RadialGauges : IList<RadialGauge> with get, set
function get RadialGauges () : IList<RadialGauge>
function set RadialGauges (value : IList<RadialGauge>)
Property Value
Type: System.Collections.Generic.IList<RadialGauge>
An IList<T> object.