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


Свойство Image.Value

Gets the image data.

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

Синтаксис

'Декларация
Public ReadOnly Property Value As ReportStringProperty 
    Get
'Применение
Dim instance As Image 
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 that represents the image data.

Реализует

IImage.Value

Замечания

The return value depends on the Source property. If Source is set to External, this property contains a string constant value or expression that evaluates to the location of an image. If Source is set to Embedded, this property contains a string constant value or expression that evaluates to the name of an embedded image within the report. If Source is set to Database, this property contains a string constant value or expression that evaluates to the binary data for an image.

См. также

Справочник

Image Класс

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