Color 屬性
The foreground 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