Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the type of source that is associated with the image.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Source As ReportEnumProperty(Of Image.SourceType)
Get
'Utilisation
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>
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Image.SourceType>
A ReportEnumProperty<EnumType> object.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering