Partager via


Propriété RadialGauge.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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

Voir aussi

Référence

RadialGauge Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering