Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the embedded images within the report.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property EmbeddedImages As IList(Of EmbeddedImage)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.Generic.IList<EmbeddedImage>
The embedded images within the report.