次の方法で共有


CustomLabelInstance.Value プロパティ

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

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

構文

'宣言
Public ReadOnly Property Value As Double 
    Get
'使用
Dim instance As CustomLabelInstance 
Dim value As Double 

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

プロパティ値

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

関連項目

参照

CustomLabelInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間