次の方法で共有


AddConstant プロパティ

乗算の後で値に追加する定数。

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

構文

'宣言
Public ReadOnly Property AddConstant As ReportDoubleProperty
    Get
'使用
Dim instance As GaugeInputValue
Dim value As ReportDoubleProperty

value = instance.AddConstant
public ReportDoubleProperty AddConstant { get; }
public:
property ReportDoubleProperty^ AddConstant {
    ReportDoubleProperty^ get ();
}
member AddConstant : ReportDoubleProperty
function get AddConstant () : ReportDoubleProperty