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