Propriedade do RDL Location
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 (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property Location As ReportExpression(Of Double)
Get
Set
'Uso
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>)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Double> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.