Gets the effective layout for the current page. That layout is automatically
built on the fly by merging all applicable layouts defined for the current document in PageLayouts.
You may change the properties on CurrentPageLayout programmatically. The changes will be
effective immediately if they are made in the PageConfigure event handler,
otherwise they will take effect for the next added page.
Namespace:
C1.C1PreviewNote that this property is only available during document generation, at other times null is returned.
Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[XmlIgnoreAttribute] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] public PageLayout CurrentPageLayout { get; } |
Visual Basic |
---|
<XmlIgnoreAttribute> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ <BrowsableAttribute(False)> _ Public ReadOnly Property CurrentPageLayout As PageLayout Get |