次の方法で共有


StyleBase.Color プロパティ

前景色に評価される式を取得します。

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

構文

'宣言
Public MustOverride ReadOnly Property Color As ReportColorProperty 
    Get
'使用
Dim instance As StyleBase 
Dim value As ReportColorProperty 

value = instance.Color
public abstract ReportColorProperty Color { get; }
public:
virtual property ReportColorProperty^ Color {
    ReportColorProperty^ get () abstract;
}
abstract Color : ReportColorProperty
abstract function get Color () : ReportColorProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
前景色を表す ReportColorProperty オブジェクト。

関連項目

参照

StyleBase クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間