Windward Engine 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.