ComponentOne VSView Reporting Edition
PageFooter Property

Returns or sets where the Page Footer section is displayed.

Syntax

layout.PageFooter[ = PageHdrFtrSettings ]

Remarks

You can use the PageHeader and PageFooter properties to specify whether a report's page header or page footer is printed on the same page as a report header or report footer. For example, you might not want to print a page header containing the page number on the first page of a report if the report header is a cover sheet.

The settings for the PageFooter property are described below:

 

Constant

Value

Description

vsrAllPages

0

The page footer is printed on all pages of a report.

vsrNotWithReportHdr

1

The page footer isn't printed on the same page as the report header.

vsrNotWithReportFtr

2

The page footer isn't printed on the same page as the report footer.

vsrNotWithReportHdrFtr

3

The page footer isn't printed on a page that has either a report header or a report footer.

Data Type

PageHdrFtrSettings (Enumeration)

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback