Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the image data.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
ReadOnly Property Value As ReportStringProperty
Get
'Uso
Dim instance As IImage
Dim value As ReportStringProperty
value = instance.Value
ReportStringProperty Value { get; }
property ReportStringProperty^ Value {
ReportStringProperty^ get ();
}
abstract Value : ReportStringProperty
function get Value () : ReportStringProperty
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty value.
Comentarios
The value returned depends on the Source property. If Source is set to External, this property contains a string constant value or expression that evaluates to the location of an image. If Source is set to Embedded, this property contains a string constant value or expression that evaluates to the name of an embedded image within the report. If Source is set to Database, this property contains a string constant value or expression that evaluates to the binary data for an image.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering