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.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public bool PrintOnFirstPage { get; set; }
Visual Basic
Public Property PrintOnFirstPage As Boolean
	Get
	Set

See Also