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




Glossary Item Box

When set to true, tells the engine to split HTML output into multiple documents, one for each page of the document.

Syntax

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

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software