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 image data.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Value As ReportVariantProperty
Get
'Utilisation
Dim instance As MapMarkerImage
Dim value As ReportVariantProperty
value = instance.Value
public ReportVariantProperty Value { get; }
public:
property ReportVariantProperty^ Value {
ReportVariantProperty^ get ();
}
member Value : ReportVariantProperty
function get Value () : ReportVariantProperty
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object.
Notes
This property depends on the peer Source property.
If the value of the enumeration property in Source is External, the value of this property must be nullune référence Null (Nothing dans Visual Basic), a string constant value, or an expression that evaluates to the location of an image.
If the value of the enumeration property in Source is Embedded, the value of this property must be nullune référence Null (Nothing dans Visual Basic), a string constant value, or an expression that evaluates to the name of an embedded image in the report definition.
If the value of the enumeration property in Source is Database, the value of this property must be nullune référence Null (Nothing dans Visual Basic), a string constant value, or an expression that evaluates to the binary data for an image.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering