RadialGauge.PivotX Propiedad
Gets an expression that evaluates to the X position of the pivot point, as a percent of the gauge width.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property PivotX As ReportDoubleProperty
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering