ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / FlexPivotPage Class / Document Property

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