共用方式為


IImage.Value 屬性

Gets the image data.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
ReadOnly Property Value As ReportStringProperty 
    Get
'用途
Dim instance As IImage 
Dim value As ReportStringProperty 

value = instance.Value
ReportStringProperty Value { get; }
property ReportStringProperty^ Value {
    ReportStringProperty^ get ();
}
abstract Value : ReportStringProperty
function get Value () : ReportStringProperty

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty value.

備註

The value returned 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.

請參閱

參考

IImage 介面

Microsoft.ReportingServices.OnDemandReportRendering 命名空間