次の方法で共有


CustomLabel.Value プロパティ

スケール上でラベルを配置する位置に評価される式を取得します。

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

構文

'宣言
Public ReadOnly Property Value As ReportDoubleProperty 
    Get
'使用
Dim instance As CustomLabel 
Dim value As ReportDoubleProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
ReportDoubleProperty オブジェクト。

関連項目

参照

CustomLabel クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間