Performs any actions after completing rendering of the specified document.
Namespace:
PerpetuumSoft.Reporting.RenderingAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
void DocumentCompleted( Document document ) |
Visual Basic (Declaration) |
---|
Sub DocumentCompleted ( _ document As Document _ ) |
Visual C++ |
---|
void DocumentCompleted( Document^ document ) |
Parameters
- document
- Type: PerpetuumSoft.Reporting.DOM..::.Document