PivotX propriété
X position of the pivot point, as a percent of the gauge width.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property PivotX As ReportExpression(Of Double)
Get
Set
'Utilisation
Dim instance As RadialGauge
Dim value As ReportExpression(Of Double)
value = instance.PivotX
instance.PivotX = value
public ReportExpression<double> PivotX { get; set; }
public:
property ReportExpression<double> PivotX {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member PivotX : ReportExpression<float> with get, set
function get PivotX () : ReportExpression<double>
function set PivotX (value : ReportExpression<double>)
Valeur de la propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Double> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.