GaugePanel.GaugeLabels Property
Gets or sets a list of labels for the gauge panel.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property GaugeLabels As IList(Of GaugeLabel)
Get
Set
'Usage
Dim instance As GaugePanel
Dim value As IList(Of GaugeLabel)
value = instance.GaugeLabels
instance.GaugeLabels = value
public IList<GaugeLabel> GaugeLabels { get; set; }
public:
property IList<GaugeLabel^>^ GaugeLabels {
IList<GaugeLabel^>^ get ();
void set (IList<GaugeLabel^>^ value);
}
member GaugeLabels : IList<GaugeLabel> with get, set
function get GaugeLabels () : IList<GaugeLabel>
function set GaugeLabels (value : IList<GaugeLabel>)
Property Value
Type: System.Collections.Generic.IList<GaugeLabel>
An IList<T> object.