다음을 통해 공유


Source 속성

Gets the type of source that is associated with the image.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property Source As ReportEnumProperty(Of Image..::..SourceType)
    Get
‘사용 방법
Dim instance As MapMarkerImage
Dim value As ReportEnumProperty(Of Image..::..SourceType)

value = instance.Source
public ReportEnumProperty<Image..::..SourceType> Source { get; }
public:
property ReportEnumProperty<Image..::..SourceType>^ Source {
    ReportEnumProperty<Image..::..SourceType>^ get ();
}
member Source : ReportEnumProperty<Image..::..SourceType>
function get Source () : ReportEnumProperty<Image..::..SourceType>