MapMarkerImage.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>

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Image.SourceType>
A ReportEnumProperty<EnumType> object.

请参阅

参考

MapMarkerImage 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间