Windward Studios 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) 
<ObsoleteAttribute("Use the import tag or new Template PODs instead of POD framing.")>
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# 
[Obsolete("Use the import tag or new Template PODs instead of POD framing.")]
public bool PreservePodFraming {get; set;}
Managed Extensions for C++ 
[Obsolete("Use the import tag or new Template PODs instead of POD framing.")]
public: __property bool get_PreservePodFraming();
public: __property void set_PreservePodFraming( 
   bool value
);
C++/CLI 
[Obsolete("Use the import tag or new Template PODs instead of POD framing.")]
public:
property bool PreservePodFraming {
   bool get();
   void set (    bool value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software