Gets or sets the PageLayout used for the first page of the current document.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute(null)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public PageLayout FirstPage { get; set; }
Visual Basic
<DefaultValueAttribute(Nothing)> _
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Property FirstPage As PageLayout
	Get
	Set

See Also