PrintOnFirstPage Property (PageFooter)
In This Topic
Gets or sets the value indicating if the page section should be shown on the first page of the report. Not used in single-page reports if this is a PageFooter.
Syntax
'Declaration
Public Property PrintOnFirstPage As Boolean
public bool PrintOnFirstPage {get; set;}
See Also