ScalePin.Location Property
Location of the pin, relative to the start or end of the scale. Degrees for radial scales, percentage for linear scales.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Location As ReportExpression(Of Double)
Get
Set
'Usage
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.