ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotPrintDocument Class / PivotEngine Property

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