ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / HtmlExporter Class / PreserveExactHeight Property

In This Topic
    PreserveExactHeight Property
    In This Topic
    Gets or sets a value indicating whether export should try to preserve the exact original height of all elements. Generally, setting this property to false makes the resulting HTML document more flexible.
    Syntax
    'Declaration
     
    Public Property PreserveExactHeight As System.Boolean
    public System.bool PreserveExactHeight {get; set;}
    See Also