Reporting Best Practices and How-To Guides
A categorized reference of best practices and how-to guides for TX Text Control MailMerge reporting and the HTML5 Web.TextControl editor. Categories cover data sources, merge fields, merge blocks, image merging, ribbon customization, getting-started guides, and demo templates.

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
The MailMerge and ServerTextControl components of TX Text Control .NET Server for ASP.NET enable server-side reporting in Web Forms. A template.docx merges with XML data via a button click…
HTML5 Technical Considerations - The Concept Explained
The TX Text Control HTML5 editor uses a client-server architecture where the ASP.NET Web.TextControl renders the UI and a Windows Service synchronizes documents. This zero-footprint approach…
TX Text Control Web: Attaching Events to Ribbon Elements
Ribbon menu items in the TX Text Control HTML5 Web editor can trigger server-side logic through jQuery click handlers and ASP.NET postbacks. This tutorial attaches a handler to the Save item,…
TX Text Control Web: Customize the Ribbon Bar
The TX Text Control HTML5 Web editor ribbon bar is built entirely with HTML and CSS, assigning unique CSS IDs to every tab, group, and button. Developers hide or restyle ribbon elements by…
Creating an ASP.NET MVC DocumentViewer Application With Razor
Create a simple ASP.NET (MVC) application that uses the HTML5 document viewer.
