DocumentGenerator.GenerateDocument Method (String, String) |
Docentric Toolkit Help
Send Feedback |
Generates an MS Word document by providing the report template file name and the output document file name. The format of the output document will be inferred from the file extension.
Assembly: Docentric.Documents.Reporting (in Docentric.Documents.Reporting.dll)
public DocumentGenerationResult GenerateDocument( String templateFilePath, String outputDocumentFilePath )
Parameters
- templateFilePath
-
Type:
String
The file path of the report template file.
- outputDocumentFilePath
-
Type:
String
The file path of the generated document.