Поделиться через


Свойство BackgroundImage.Value

Gets an expression that evaluates to the image data.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property Value As ReportStringProperty 
    Get
'Применение
Dim instance As BackgroundImage 
Dim value As ReportStringProperty 

value = instance.Value
public ReportStringProperty Value { get; }
public:
virtual property ReportStringProperty^ Value {
    ReportStringProperty^ get () sealed;
}
abstract Value : ReportStringProperty 
override Value : ReportStringProperty
final function get Value () : ReportStringProperty

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

Реализует

IImage.Value

Замечания

The data type is either string or array of byte, depending on Source.

См. также

Справочник

BackgroundImage Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering