Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering