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




Glossary Item Box

Returns true if a Ctrl-L is in the report for each page break. The default is false.

Syntax

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

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software