次の方法で共有


Color プロパティ

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

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

構文

'宣言
Public Overrides ReadOnly Property Color As ReportColorProperty
    Get
'使用
Dim instance As Style
Dim value As ReportColorProperty

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