Свойство 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.
См. также