Gets the RenderEngine used.

Namespace:  PerpetuumSoft.Reporting.DOM
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public RenderEngine Engine { get; }
Visual Basic (Declaration)
Public ReadOnly Property Engine As RenderEngine
Visual C++
public:
property RenderEngine^ Engine {
	RenderEngine^ get ();
}

See Also