次の方法で共有


ReportColorProperty.Value プロパティ

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

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

構文

'宣言
Public ReadOnly Property Value As ReportColor 
    Get
'使用
Dim instance As ReportColorProperty 
Dim value As ReportColor 

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

プロパティ値

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

関連項目

参照

ReportColorProperty クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間