Creating Conference Badges with Text Control Reporting
On May 10-11 2017, the Magdeburger Developer Days are taking place the second time in Magdeburg, Germany. In 40+ sessions, top speakers talk about .NET, Java, web technologies, databases and ALM. Our MVP André Krämer is giving a talk about cross-platform app development. As one of the main sponsors, we are also sponsoring the attendee badges. And of course, these badges are created with Text Control Reporting. In this article, we would like to explain how easy it is to create fully-featured…


On May 10-11 2017, the Magdeburger Developer Days are taking place the second time in Magdeburg, Germany. In 40+ sessions, top speakers talk about .NET, Java, web technologies, databases and ALM. Our MVP André Krämer is giving a talk about cross-platform app development.
As one of the main sponsors, we are also sponsoring the attendee badges. And of course, these badges are created with Text Control Reporting. In this article, we would like to explain how easy it is to create fully-featured conference badges with TX Text Control.
The badges should have two sides and will be folded in the middle to fit into the double-sided badge holders. Both sides should have a sponsor logo, the attendee name, the attendee vCard information encoded in a QR Code and a badge number. The QR Code allows attendees an easy exchange of contact information simply by scanning the code using their smartphones.
The template consists of a table with 2 columns with the exact required height for the badge. Each column represents a side of the badge and therefore contains data from the same data row. Additionally, it contains the merge fields for the name, ticket type and badge number. The QR Code contains the encoded vCard information.
This complete table will be converted into a merge block that gets repeated for all attendees in the data source.
The following is an excerpt of the XML data source. The name of the repeating block is attendee that holds the data for each badge instance:
<badges>
<badge>
<attendee>
<name>Chris Dumont</name>
<ticketType>Mo - Di</ticketType>
<barcode>
BEGIN:VCARD
VERSION:2.1
FN:Chris Dumont
N:Dumont;Chris
EMAIL;WORK;
ORG:ACME Inc.
END:VCARD
</barcode>
<number>1221</number>
</attendee>
<attendee>
<name>Paul Klausen</name>
<ticketType>Mo - Di</ticketType>
<barcode>
BEGIN:VCARD
VERSION:2.1
FN:Paul Klausen
N:Klausen;Paul
EMAIL;WORK;
ORG:ACME Inc.
END:VCARD
</barcode>
<number>1231</number>
</attendee>
</badge>
</badges>
Merging this template results in perfectly sized, print-ready badges:
If you plan to attend this conference, the ticket sales open March 1st.
See you in Magdeburg!
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
Impressions from NDC London 2020
We sponsored NDC London 2020 and exhibited at the 3 day event showing our latest Angular and Node.js versions of TX Text Control.
What a Year! 2019 Recap and Outlook 2020
It has been a big year for Text Control - let us take a look back to 2019 and discover what 2020 will bring.
Impressions from DDC in Cologne
Last week, we exhibited at DDC (.NET Developer Conference) in Cologne, Germany to present our latest versions and features.
See Text Control at DDC in Cologne
Next week, we are going to exhibit at the .NET Developer Conference (DDC) in Cologne, Germany which marks the end of our conference season for 2019.
Impressions from DEVintersection Fall 2019
This week, we exhibited at DEVintersection Fall 2019 at the MGM Grand in Las Vegas, NV. This article shows impressions of our booth area and the overall conference.