Поделиться через


Свойство ScaleLabels.DistanceFromScale

Gets an expression that evaluates to the distance from the labels to the scale, as a percentage of the scale size (radius for radial scales, length for linear scales).

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property DistanceFromScale As ReportDoubleProperty 
    Get
'Применение
Dim instance As ScaleLabels 
Dim value As ReportDoubleProperty 

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

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

См. также

Справочник

ScaleLabels Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering