Propriété PivotX
Gets an expression that evaluates to the X position of the pivot point, as a percent of the gauge width.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property PivotX As ReportDoubleProperty
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportDoubleProperty
A ReportDoubleProperty object.
Voir aussi