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