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