共用方式為


Image.Source 屬性

Gets a value that identifies the source of the image.

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

語法

'宣告
Public ReadOnly Property Source As Image.SourceType 
    Get
'用途
Dim instance As Image 
Dim value As Image.SourceType 

value = instance.Source
public Image.SourceType Source { get; }
public:
virtual property Image.SourceType Source {
    Image.SourceType get () sealed;
}
abstract Source : Image.SourceType 
override Source : Image.SourceType
final function get Source () : Image.SourceType

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.Image.SourceType
One of the enumeration values of the Image.SourceType enumeration that identifies the source of the image.

實作

IImage.Source

請參閱

參考

Image 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間