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 命名空间