StyleBase.BackgroundColor 屬性
Gets an expression that evaluates to the color of the background.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public MustOverride ReadOnly Property BackgroundColor As ReportColorProperty
Get
'用途
Dim instance As StyleBase
Dim value As ReportColorProperty
value = instance.BackgroundColor
public abstract ReportColorProperty BackgroundColor { get; }
public:
virtual property ReportColorProperty^ BackgroundColor {
ReportColorProperty^ get () abstract;
}
abstract BackgroundColor : ReportColorProperty
abstract function get BackgroundColor () : ReportColorProperty
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object that represents the color of the background.