Image.Source 属性

Gets or sets a value that identifies the source of the image.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public Property Source As SourceType 
    Get 
    Set
用法
Dim instance As Image 
Dim value As SourceType 

value = instance.Source

instance.Source = value
public SourceType Source { get; set; }
public:
property SourceType Source {
    SourceType get ();
    void set (SourceType value);
}
member Source : SourceType with get, set
function get Source () : SourceType 
function set Source (value : SourceType)

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.SourceType
A value that identifies the source of the image.

请参阅

参考

Image 类

Microsoft.ReportingServices.RdlObjectModel 命名空间