Renders the document.
Namespace:
PerpetuumSoft.Reporting.RenderingAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public Document RenderDocument( Document template ) |
Visual Basic (Declaration) |
---|
Public Function RenderDocument ( _ template As Document _ ) As Document |
Visual C++ |
---|
public: Document^ RenderDocument( Document^ template ) |
Parameters
- template
- Type: PerpetuumSoft.Reporting.DOM..::.Document