Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.