ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPrintDocument Class / OlapEngine Property

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