Gets or sets the PageLayout used for the last page of the current document.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# |
|---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] [DefaultValueAttribute(null)] public PageLayout LastPage { get; set; } |
| Visual Basic |
|---|
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _ <DefaultValueAttribute(Nothing)> _ Public Property LastPage As PageLayout Get Set |