Propriedade do RDL MapMarkerImageInstance.Source
Gets the calculated value of the Source property in a MapMarkerImage class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Source As Image.SourceType
Get
'Uso
Dim instance As MapMarkerImageInstance
Dim value As Image.SourceType
value = instance.Source
public Image.SourceType Source { get; }
public:
property Image.SourceType Source {
Image.SourceType get ();
}
member Source : Image.SourceType
function get Source () : Image.SourceType
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Image.SourceType
A Image.SourceType value that represents the calculated value of the Source property.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering