Condividi tramite


Proprietà RadialGauge.PivotX

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property PivotX As ReportDoubleProperty 
    Get
'Utilizzo
Dim instance As RadialGauge 
Dim value As ReportDoubleProperty 

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

Valore proprietà

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

Vedere anche

Riferimento

RadialGauge Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering