logo
small logo
  • Products
  • Buy
  • Support
  • About
  • Customer panel Support
    • en
    • de
    • JP
    • ZH
  • Home
  • /
  • Articles
  • /
  • How to create business cards from WinForms application
  • The era of WinForms is over, the era of FastReport.Core.Skia began

    September 6, 2022

    To create high-quality reports and correctly export them to different formats (PDF, Word, Excel, etc.),

    read more
  • How to create a sales receipt from WinForms application

    May 30, 2020

    Most likely every .NET developer started from Windows Forms applications. Countless number of such applications

    read more
  • How to create business cards from ASP .NET Core application

    May 31, 2020

    ASP.NET Core Framework is a cross-platform solution for creating web applications. This means that you

    read more
  • How to host FastReport ASP .NET Core application in IIS Windows Server 2012

    September 28, 2021

    To host the created applications on Internet servers, you need a web server. Today we

    read more
  • How to create a table report from native code

    February 8, 2022

    Let's remember a fairly common situation when you need to do something very quickly

    read more

How to create business cards from WinForms application

May 28, 2020

As you can see from the name, Windows Forms type of applications is designed to work in the Windows environment. For example, good old MS Word or Calculator application and many other programs with window interface. This actually is the whole API for working with the Windows GUI, which is part of the .Net Framework. Thanks to this API, creating applications with forms has been greatly simplified, unlike the MFC framework. Thus, Windows Forms technology has gained great popularity. 

The application area of such programs is limited only by imagination. In this article, we will look at how to print business cards from a WinForms application.

We all know what a business card is – a card with contacts and brief information about the activities of a company or businessman. A business card is needed in order to quickly exchange contact information with someone and avoid wasting time on writing down a phone number or e-mail address. The business card design plays an important role in making the impression about your business partner.  This kind of business cards can be very expensive. But what won’t you do to impress your potential customer?

There are many established business card sizes. They can be grouped by country. For example, here are some of them:

  • Australia – 90×55 mm
  • Russia - 90×50 mm
  • USA – 88,9×50,8 mm (3,2”×2”)
  • China - 90×54 mm
  • France - 85×55 mm
  • Germany - 85×55 mm
  • Japan - 91×55 mm

You can use the report generator to create business cards using your WinForms application. If you need a simple business card, it is much faster to create it in FastReport.Net than in Photoshop. We will create a business card in the report generator and from the WinForms application we will generate a report.

Run the report designer:

The report designer welcome form

In the Welcome window we can see Creating new reports Wizards. We need the Label Wizard for creating the business card:

 Label wizard. Business card template seleced.

In the Label Wizard we can choose a manufacturer, a set of page templates of certain sizes is available for each of them. For example, it can be a template for a letter or a business card, as in our case. Select the manufacturer with the template of the desired size and create a business card using text objects:

 Business card report template.

For example, you can create a frame using a text object and the borders of the desired color. To propagate the data band, specify the number of lines in its properties:

 DataBand RowCount property set to 10

The report is ready, now save it in the project of your application. To generate the report from the application, you need to connect the FastReport.dll library to the project. Just add a link to it.

You can place a button on the form or use some form event to generate a report:

1
2
3
4
5
6
private void Button1_Click(object sender, EventArgs e)
 {
 var report = new Report();
 report.Load("C:/Users/User/source/repos/Invoice2/Invoice2/App_Data/Business Card.frx");
 report.Show();
 }

 As you can see, the code is very simple. We created a report object, loaded a template into it, and displayed it. Run our application and click the button:

Report with business cards

 It’s incredibly simple.

And now we can print our business cards using the Print button on the toolbar, or save them in one of the popular electronic document formats such as PDF, DOCX, XLSX, RTF and many other.

about product buy
avatar
Dmitriy Fedyashov
Technical Writer
Fast Reports Team: Dmitriy Fedyashov - Technical Writer at Fast Reports
.NET FastReport WinForms Business card Windows

Add comment
logo
  • 800-985-8986 (English, US)
  • +4930568373928 (German)
  • +55 19 98147-8148 (Portuguese)
  • info@fast-report.com
  • 901 N Pitt Str #325 Alexandria VA 22314
  • Buy
  • Download
  • Documentation
  • Testimonials
  • How to uninstall
  • FAQ
  • Tutorial Video
  • Forum
  • Support SLA
  • Articles
  • Our News
  • Press about us
  • Resellers
  • Extended licensing
  • Contact us

© 1998-2023 by Fast Reports Inc.

  • Privacy Policy
  • Cookies Policy

Trustpilot
By clicking “Accept all, you agree Fast Reports can store cookies on your device and disclose information in accordance with our Cookie Policy.