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 calculated value of the ImageData property in a BackgroundImage class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public MustOverride ReadOnly Property ImageData As Byte()
Get
'Uso
Dim instance As BackgroundImageInstance
Dim value As Byte()
value = instance.ImageData
public abstract byte[] ImageData { get; }
public:
virtual property array<unsigned char>^ ImageData {
array<unsigned char>^ get () abstract;
}
abstract ImageData : byte[]
abstract function get ImageData () : byte[]
Valor de la propiedad
Tipo: array<System.Byte[]
A byte array that represents the calculated value of the BackgroundRepeat property.
Implementa
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering