Compartir a través de


PivotY Propiedad

Gets an expression that evaluates to the Y position of the pivot point, as a percent of the gauge height.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property PivotY As ReportDoubleProperty
    Get
'Uso
Dim instance As RadialGauge
Dim value As ReportDoubleProperty

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