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 or sets the embedded images within the report.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property EmbeddedImages As IList(Of EmbeddedImage)
Get
Set
'Uso
Dim instance As Report
Dim value As IList(Of EmbeddedImage)
value = instance.EmbeddedImages
instance.EmbeddedImages = value
public IList<EmbeddedImage> EmbeddedImages { get; set; }
public:
property IList<EmbeddedImage^>^ EmbeddedImages {
IList<EmbeddedImage^>^ get ();
void set (IList<EmbeddedImage^>^ value);
}
member EmbeddedImages : IList<EmbeddedImage> with get, set
function get EmbeddedImages () : IList<EmbeddedImage>
function set EmbeddedImages (value : IList<EmbeddedImage>)
Valor de la propiedad
Tipo: System.Collections.Generic.IList<EmbeddedImage>
The embedded images within the report.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel