Właściwość ScalePin.Location
Umiejscowienie numeru pin względem początku lub końcu skali.Stopnie dla Radialny skale, Procent skali liniowej.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property Location As ReportExpression(Of Double)
Get
Set
'Użycie
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>)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> obiektu.