Свойство RadialGauge.PivotY
Y position of the pivot point, as a percent of the gauge height.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property PivotY As ReportExpression(Of Double)
Get
Set
'Применение
Dim instance As RadialGauge
Dim value As ReportExpression(Of Double)
value = instance.PivotY
instance.PivotY = value
public ReportExpression<double> PivotY { get; set; }
public:
property ReportExpression<double> PivotY {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member PivotY : ReportExpression<float> with get, set
function get PivotY () : ReportExpression<double>
function set PivotY (value : ReportExpression<double>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel