Propriedade do RDL MapMarkerImage.Source
Gets the type of source that is associated with the image.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Source As ReportEnumProperty(Of Image.SourceType)
Get
'Uso
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>
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Image.SourceType>
A ReportEnumProperty<EnumType> object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering