다음을 통해 공유


ScaleLabels 속성

Labels to display on the scale.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property ScaleLabels As ScaleLabels
    Get
‘사용 방법
Dim instance As GaugeScale
Dim value As ScaleLabels

value = instance.ScaleLabels
public ScaleLabels ScaleLabels { get; }
public:
property ScaleLabels^ ScaleLabels {
    ScaleLabels^ get ();
}
member ScaleLabels : ScaleLabels
function get ScaleLabels () : ScaleLabels