ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotPrintDocument Class / FlexPivotEngine Property

In This Topic
    FlexPivotEngine Property (C1FlexPivotPrintDocument)
    In This Topic
    Gets the C1.FlexPivot.C1FlexPivotEngine that contains the data and parameters used to generate this document.
    Syntax
    'Declaration
     
    Public ReadOnly Property FlexPivotEngine As C1FlexPivotEngine
    public C1FlexPivotEngine FlexPivotEngine {get;}
    See Also