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