Welcome to the Docentric toolkit |
Docentric Toolkit Help
Send Feedback |
Docentric Toolkit is a document generation and reporting toolkit that enables generation of .docx documents from any type of .NET application. The toolkit provides a report engine, the document generation class library that can be integrated with your .NET application. The toolkit also includes a highly productive and user friendly editing enviroment, in the form of Microsoft Word Add-In, for authoring these document templates.
Report engine represents 100% managed .NET dll and is based on the Open XML SDK. This means that an application using toolkit's Report Engine library doesn't need MS Office installed on the machine it is running on. In comparisson to the approach of solving the same task using Office COM (which has been a very popular solution) this solves many problems and opens new possibilities, like creation of .docx documents from server applications (ASP.NET, Windows/Web Service application).
Getting started
- Read the installation guide on how to obtain the latest version of the product and how to install it on a computer.
- Topic "Incorporating Docentric into a .Net application" will tell you how to incorporate the toolkit's Report Engine into a .NET application.
Designing Templates
- The fastest way to understand the basic concepts is to read the "Basic concepts" topic which will explain concepts through use cases.
Programming
- See "Generating reports using the Report Engine" to learn how to use the Report Engine from within a .NET application. You can also skip this topic and learn dierctly from examples.
Tutorials through examples
- Step by step examples are available in the "Examples" chapter.