Свойство Style.Color
Gets an expression that evaluates to 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
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty
A ReportColorProperty object that represents the foreground color.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering