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 命名空间