Partager via


Propriété PivotY

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property PivotY As ReportDoubleProperty
    Get
'Utilisation
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