次の方法で共有


GaugePointer.Width プロパティ

スケール サイズの割合で示した、ポインターの幅を取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property Width As ReportExpression(Of Double)
    Get 
    Set
'使用
Dim instance As GaugePointer 
Dim value As ReportExpression(Of Double)

value = instance.Width

instance.Width = value
public ReportExpression<double> Width { get; set; }
public:
property ReportExpression<double> Width {
    ReportExpression<double> get ();
    void set (ReportExpression<double> value);
}
member Width : ReportExpression<float> with get, set
function get Width () : ReportExpression<double>
function set Width (value : ReportExpression<double>)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
ポインターの幅です。

関連項目

参照

GaugePointer クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間