ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPage Class / Document Property

In This Topic
    Document Property (C1OlapPage)
    In This Topic
    Gets the C1OlapPrintDocument used to render the current view.
    Syntax
    'Declaration
     
    Public ReadOnly Property Document As C1OlapPrintDocument
    public C1OlapPrintDocument Document {get;}
    See Also