When set to true, tells the engine to embed all images in the HTML file instead of using separate image files; more information found on Wikipedia: http://en.wikipedia.org/wiki/Data_URI_scheme
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Property EmbedImages As Boolean  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As ReportHtml
Dim value As Boolean
 
instance.EmbedImages = value
 
value = instance.EmbedImages  | 
 
| C# |   | 
|---|
public bool EmbedImages {get; set;} | 
 
| Managed Extensions for C++ |   | 
|---|
public: __property bool get_EmbedImages();
public: __property void set_EmbedImages( 
   bool value
);  | 
 
| C++/CLI |   | 
|---|
public:
property bool EmbedImages {
   bool get();
   void set (    bool value);
} | 
 
            
            
             
            
			
			
            
            
            
            
            
            Requirements
Platforms: Windows 10, Windows NT, Windows Server
            
            
See Also