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

In This Topic
    FontScaling Property (XlsExporter)
    In This Topic
    Gets or sets the amount (in points) by which to change font sizes (may be used to better fit texts into available space).
    Syntax
    'Declaration
     
    Public Property FontScaling As System.Single
    public System.float FontScaling {get; set;}
    See Also