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 an expression that evaluates to the image data.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Value As ReportStringProperty
Get
'Uso
Dim instance As BackgroundImage
Dim value As ReportStringProperty
value = instance.Value
public ReportStringProperty Value { get; }
public:
virtual property ReportStringProperty^ Value {
ReportStringProperty^ get () sealed;
}
abstract Value : ReportStringProperty
override Value : ReportStringProperty
final function get Value () : ReportStringProperty
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.
Implementa
Comentarios
The data type is either string or array of byte, depending on Source.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering