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


Свойство Placement

Determines where the pointer should be placed relative to the scale.

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

Синтаксис

'Декларация
Public ReadOnly Property Placement As ReportEnumProperty(Of GaugePointerPlacements)
    Get
'Применение
Dim instance As GaugePointer
Dim value As ReportEnumProperty(Of GaugePointerPlacements)

value = instance.Placement
public ReportEnumProperty<GaugePointerPlacements> Placement { get; }
public:
property ReportEnumProperty<GaugePointerPlacements>^ Placement {
    ReportEnumProperty<GaugePointerPlacements>^ get ();
}
member Placement : ReportEnumProperty<GaugePointerPlacements>
function get Placement () : ReportEnumProperty<GaugePointerPlacements>