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