Windward Studios API Reference
ModeProcessEmbedded Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > Report Class : ModeProcessEmbedded Property




Glossary Item Box

What to do processing embedded objects. Writing an embedded object to the generated report can only be done for the case of DOCX -> DOCX and XLSX -> XLSX(and in the future, PPTX -> PPTX). But for any other case, the screenshot of the object can be written(except TXT and CSV obviously). So these settings are valid for all combinations, but implemented in the context of object -> bitmap.

Syntax

Visual Basic (Declaration) 
Public Property ModeProcessEmbedded As Report.MODE_PROCESS_EMBEDDED
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim value As Report.MODE_PROCESS_EMBEDDED
 
instance.ModeProcessEmbedded = value
 
value = instance.ModeProcessEmbedded
C# 
public Report.MODE_PROCESS_EMBEDDED ModeProcessEmbedded {get; set;}
Managed Extensions for C++ 
public: __property Report.MODE_PROCESS_EMBEDDED get_ModeProcessEmbedded();
public: __property void set_ModeProcessEmbedded( 
   Report.MODE_PROCESS_EMBEDDED value
);
C++/CLI 
public:
property Report.MODE_PROCESS_EMBEDDED ModeProcessEmbedded {
   Report.MODE_PROCESS_EMBEDDED get();
   void set (    Report.MODE_PROCESS_EMBEDDED value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software