共用方式為


StyleBase.Color 屬性

Gets an expression that evaluates to the foreground 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
A ReportColorProperty object that represents the foreground color.

請參閱

參考

StyleBase 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間