Partager via


Propriété ScalePin.Location

Location of the pin, relative to the start or end of the scale. Degrees for radial scales, percentage for linear scales.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property Location As ReportExpression(Of Double)
    Get 
    Set
'Utilisation
Dim instance As ScalePin 
Dim value As ReportExpression(Of Double)

value = instance.Location

instance.Location = value
public ReportExpression<double> Location { get; set; }
public:
property ReportExpression<double> Location {
    ReportExpression<double> get ();
    void set (ReportExpression<double> value);
}
member Location : ReportExpression<float> with get, set
function get Location () : ReportExpression<double>
function set Location (value : ReportExpression<double>)

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.

Voir aussi

Référence

ScalePin Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel