次の方法で共有


GaugePanelItemInstance.Width プロパティ

GaugePanelItem クラスの Width プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property Width As Double 
    Get
'使用
Dim instance As GaugePanelItemInstance 
Dim value As Double 

value = instance.Width
public double Width { get; }
public:
property double Width {
    double get ();
}
member Width : float
function get Width () : double

プロパティ値

型: System.Double
Width プロパティの計算値を表す double 値。

関連項目

参照

GaugePanelItemInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間