次の方法で共有


ReportDoubleProperty.Value プロパティ

プロパティの double 値を取得します。

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

構文

'宣言
Public ReadOnly Property Value As Double 
    Get
'使用
Dim instance As ReportDoubleProperty 
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
double 値。

関連項目

参照

ReportDoubleProperty クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間