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# |
---|
[DefaultValueAttribute(null)] [TypeConverterAttribute(typeof(ExpandableObjectConverter))] public PageLayout LastPage { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(Nothing)> _ <TypeConverterAttribute(GetType(ExpandableObjectConverter))> _ Public Property LastPage As PageLayout Get Set |