Gets or sets the default PageLayout for the current document.
The effective page layout for each page is determined by merging this layout
with all other applicable layouts.
The effective layout can be accessed via the CurrentPageLayout property
on the C1PrintDocument.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] [TypeConverterAttribute(typeof(ExpandableObjectConverter))] [DefaultValueAttribute(null)] public PageLayout Default { get; set; } |
Visual Basic |
---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _ <TypeConverterAttribute(GetType(ExpandableObjectConverter))> _ <DefaultValueAttribute(Nothing)> _ Public Property Default As PageLayout Get Set |