Determines if the current section will continue on the following page. Read/write Boolean.
expression.WillContinue
expression Required. An expression that returns one of the objects in the Applies To list.
Value | Description |
---|---|
True | The current section continues on the following page. |
False | The current section doesn't continue on the following page. |
You can get or set the value of the WillContinue property by using a macro or Visual Basic.
The following example displays a message box indicating whether the page header for the report "Product Summary" will continue on the following page.
MsgBox Reports("Product Summary").Section("PageHeaderSection").WillContinue