ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPrintDocument Class / C1OlapPrintDocument Constructor / C1OlapPrintDocument Constructor(C1OlapPage)
C1OlapPage that owns this document.

In This Topic
    C1OlapPrintDocument Constructor(C1OlapPage)
    In This Topic
    Initializes a new instance of a C1OlapPrintDocument.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal page As C1OlapPage _
    )
    public C1OlapPrintDocument( 
       C1OlapPage page
    )

    Parameters

    page
    C1OlapPage that owns this document.
    See Also