ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPrintDocument Class / FooterFont Property

In This Topic
    FooterFont Property
    In This Topic
    Gets or sets the System.Drawing.Font used to render the report footer.
    Syntax
    'Declaration
     
    Public Property FooterFont As System.Drawing.Font
    public System.Drawing.Font FooterFont {get; set;}
    See Also