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




Glossary Item Box

True if UDT framing should be preserved for UDTs in the document. This is only valid for an OpenXML output format.

Syntax

Visual Basic (Declaration) 
Public Property PreservePodFraming As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Report
Dim value As Boolean
 
instance.PreservePodFraming = value
 
value = instance.PreservePodFraming
C# 
public bool PreservePodFraming {get; set;}
Managed Extensions for C++ 
public: __property bool get_PreservePodFraming();
public: __property void set_PreservePodFraming( 
   bool value
);
C++/CLI 
public:
property bool PreservePodFraming {
   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.