Gets or sets the C1PageSettings object associated with the current page layout.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[XmlElementAttribute("PageSettings")] public C1PageSettings PageSettings { get; set; } |
Visual Basic |
---|
<XmlElementAttribute("PageSettings")> _ Public Property PageSettings As C1PageSettings Get Set |