LinearScale.Position 属性
Position of the scale, as a percentage of the size of the gauge.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Property Position As ReportExpression(Of Double)
Get
Set
用法
Dim instance As LinearScale
Dim value As ReportExpression(Of Double)
value = instance.Position
instance.Position = value
public ReportExpression<double> Position { get; set; }
public:
property ReportExpression<double> Position {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member Position : ReportExpression<float> with get, set
function get Position () : ReportExpression<double>
function set Position (value : ReportExpression<double>)