背景:最近在进行资产盘点的时候,需要对固定资产设计标签并进行打印。
设计标签:选用的是Fastreport自带的,可拆包忌用的标签设计器;进行标签的模型设计。
软件解压后可直接进行使用。模板的设计基本都是无脑操作,拖拽控件按,放置到固定未知即可;我设计的模板如下:
说明:第一行放的是带有公司log的图片,用的控件是picture;第二行是公司名称,控件是一个text;信息都比较敏感,在此进行处理;
剩余的提示信息和输入信息都用的text控件,需要自行处理宽度和高度;
右侧两个是二维码用的是Barcode控件,类型是QR Code。
因此只需在固定的未知填写对应的数据即可。
模板后台代码:
using FastReport.Dialog;
using FastReport.Barcode;
using FastReport.Table;
using FastReport.Utils;
using FastReport.Export.Pdf;
using System.Text;
namespace FastReport
{
public class Report