ComponentOne VSView Reporting Edition
PageHeader Property

Returns or sets where the Page Header section is displayed.

Syntax

layout.PageHeader[ = 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 PageHeader property are described below:

 

Constant

Value

Description

vsrAllPages

0

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

vsrNotWithReportHdr

1

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

vsrNotWithReportFtr

2

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

vsrNotWithReportHdrFtr

3

The page header 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