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




Glossary Item Box

Returns true if it will use the external output builder. The external output builder must be loaded and be capable of rendering from the template type to the output type, using all properties set in the ProcessReport object.

Syntax

Visual Basic (Declaration) 
Public Property UseExternalOutputBuilder As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim value As Boolean
 
instance.UseExternalOutputBuilder = value
 
value = instance.UseExternalOutputBuilder
C# 
public bool UseExternalOutputBuilder {get; set;}
Managed Extensions for C++ 
public: __property bool get_UseExternalOutputBuilder();
public: __property void set_UseExternalOutputBuilder( 
   bool value
);
C++/CLI 
public:
property bool UseExternalOutputBuilder {
   bool get();
   void set (    bool value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software