次の方法で共有


GaugePointer.BarStart プロパティ

ポインターの種類がバーの場合にポインターを開始する位置を示します。

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

構文

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

value = instance.BarStart

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

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<BarStartTypes>
ReportExpression<T> オブジェクト。

関連項目

参照

GaugePointer クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間