Gets or sets a value indicating whether the widths of page headers and footers
            should be equal to the sum of the widths of all page columns. The default is false.
            Set this property to true to improve compatibility with C1Report.
            
        
    Namespace: 
   C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
 Syntax
Syntax
| C# | 
|---|
| [DefaultValueAttribute(false)] [XmlAttributeAttribute] public bool HeaderFooterWidthAsTotalColumnWidth { get; set; } | 
| Visual Basic | 
|---|
| <DefaultValueAttribute(False)> _ <XmlAttributeAttribute> _ Public Property HeaderFooterWidthAsTotalColumnWidth As Boolean Get Set | 
 Remarks
Remarks
The default value for this property is False.
 
     
     
     
     
    