Proprietà PivotY
Y position of the pivot point, as a percent of the gauge height.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property PivotY As ReportDoubleProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportDoubleProperty
A ReportDoubleProperty object.
Vedere anche