共用方式為


IImage.Source 屬性

Gets the type of the image source.

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

語法

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

value = instance.Source
Image.SourceType Source { get; }
property Image.SourceType Source {
    Image.SourceType get ();
}
abstract Source : Image.SourceType
function get Source () : Image.SourceType

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.Image.SourceType
A Image.SourceType value.

請參閱

參考

IImage 介面

Microsoft.ReportingServices.OnDemandReportRendering 命名空間