다음을 통해 공유


Source 속성

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)