Gets the associated RenderEngine.
Namespace:
PerpetuumSoft.Reporting.RenderingAssembly: 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 (); } |