Compartilhar via


Propriedade do RDL Report.EmbeddedImages

Gets or sets the embedded images within the report.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System.Collections.Generic.IList<EmbeddedImage>
The embedded images within the report.

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.RdlObjectModel