GaugeImages 속성
Gets the images in this gauge panel.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property GaugeImages As IList(Of GaugeImage)
Get
Set
‘사용 방법
Dim instance As GaugePanel
Dim value As IList(Of GaugeImage)
value = instance.GaugeImages
instance.GaugeImages = value
public IList<GaugeImage> GaugeImages { get; set; }
public:
property IList<GaugeImage^>^ GaugeImages {
IList<GaugeImage^>^ get ();
void set (IList<GaugeImage^>^ value);
}
member GaugeImages : IList<GaugeImage> with get, set
function get GaugeImages () : IList<GaugeImage>
function set GaugeImages (value : IList<GaugeImage>)
속성 값
유형: System.Collections.Generic. . :: . .IList< (Of < ( <'GaugeImage> ) > ) >
An IList<(Of <(<'T>)>)> object.