Reporting Best Practices and How-To Guides
This article collection contains best practices and how-to guides for Text Control Reporting (MailMerge) and the HTML5 based rich text editor (Web.TextControl). Getting-Started and Basic Concepts MailMerge Web.TextControl MailMerge, Reporting: One engine, three platforms ? ? HTML5 technical considerations - The concept explained ? ? Reporting: Conditional formatted text blocks ? HTML5 Web Editor: Loading and Saving Documents ? ? Report types: Master-Detail, Side-by-Side, Sub Reports ? Q&A:…

This article collection contains best practices and how-to guides for Text Control Reporting (MailMerge) and the HTML5 based rich text editor (Web.TextControl).
Demos | MailMerge | Web.TextControl |
---|---|---|
Demo Template: Historical Stock Overview Report | ✓ | |
Expense Report with Business Objects | ✓ | |
Expense Report Template in Detail | ✓ | |
Creating Avery labels using Text Control Reporting | ✓ |
Merge Blocks | MailMerge | Web.TextControl |
---|---|---|
Merge blocks with MergeObjects | ✓ | |
Repeating blocks with related sub tables | ✓ | |
Repeating blocks with breaks and without | ✓ |
Image Merging | MailMerge | Web.TextControl |
---|---|---|
Image merging in Text Control reports | ✓ | |
Merging Images from Files using SearchPath | ✓ |
Reporting
The Text Control Reporting Framework combines powerful reporting features with an easy-to-use, MS Word compatible word processor. Users can create documents and templates using ordinary Microsoft Word skills. The Reporting Framework is included in all .NET based TX Text Control products including ASP.NET, Windows Forms and WPF.
Related Posts
Creating Your First ASP.NET Reporting Application
This tutorial shows how to use the MailMerge component in an ASP.NET Web application to merge a template with data to create an Adobe PDF document.
HTML5 Technical Considerations - The Concept Explained
The HTML5 Web Editor consists of two parts: The ASP.NET server control Web.TextControl that provides the client-interface and user experience and the TX Text Control Web Server running as a…
TX Text Control Web: Attaching Events to Ribbon Elements
The HTML5 Web editor and template designer that is part of TX Text Control .NET Server comes with a ready-to-use ribbon bar implementation. Thanks to the fact that this ribbon bar is completely…
TX Text Control Web: Customize the Ribbon Bar
The new HTML5 based editor requires no plug-ins, but pure HTML5 and CSS. Therefore, each element of the 'out-of-the-box' usable ribbon bar can be customized and removed, if required. This enables…
Creating an ASP.NET MVC DocumentViewer Application With Razor
Create a simple ASP.NET (MVC) application that uses the HTML5 document viewer.