最简单的办法是通过DataTable来添加
DataTable中添加bool类型的列
dtpdf.Columns.Add("入库", typeof(bool));
DataRow dr = dtpdf.NewRow();