true if embedded objects are to be copied to output. Objects are copied as objects for DOCX -> DOCX and XLSX -> XLSX. For all other cases the output is the last rendered image of the object in the template (which is stored in the template with the object by Office). Default is true.
Syntax
Visual Basic (Declaration) | |
---|
Public Property IsCopyEmbeddedObjects As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ReportOpenXml
Dim value As Boolean
instance.IsCopyEmbeddedObjects = value
value = instance.IsCopyEmbeddedObjects |
C# | |
---|
public bool IsCopyEmbeddedObjects {get; set;} |
Managed Extensions for C++ | |
---|
public: __property bool get_IsCopyEmbeddedObjects();
public: __property void set_IsCopyEmbeddedObjects(
bool value
); |
C++/CLI | |
---|
public:
property bool IsCopyEmbeddedObjects {
bool get();
void set ( bool value);
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also