ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / CompatibilityOptions Class / HeaderFooterWidthAsTotalColumnWidth Property

In This Topic
    HeaderFooterWidthAsTotalColumnWidth Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property HeaderFooterWidthAsTotalColumnWidth As System.Boolean
    public System.bool HeaderFooterWidthAsTotalColumnWidth {get; set;}
    See Also