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


Свойство GaugePointer.Placement

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

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

Синтаксис

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

value = instance.Placement

instance.Placement = value
public ReportExpression<Placements> Placement { get; set; }
public:
property ReportExpression<Placements> Placement {
    ReportExpression<Placements> get ();
    void set (ReportExpression<Placements> value);
}
member Placement : ReportExpression<Placements> with get, set
function get Placement () : ReportExpression<Placements>
function set Placement (value : ReportExpression<Placements>)

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

Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Placements>
The location where the pointer should be placed.

См. также

Справочник

GaugePointer Класс

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