Udostępnij przez


Właściwość MapMarkerImage.Source

Pobiera typ źródło, który jest skojarzony z obrazem.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Source As ReportEnumProperty(Of Image..::..SourceType)
    Get
'Użycie
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>