C1FlexGridPrintable控件来实现数据的grid显示,打印,为什么固定的表头不能在每页循环?只是在第一页显示表头
C1FlexGridPrintable是ComponentOne公司继承FlexGrid控件的一个类,具体解决FlexGrid的数据打印,导出等问题,而写的一个控件,在这个控件的PrintInfo属性中写明了以下内容。
public bool RepeatFixedCols {get;set}
Gets or sets the value indicating whether to repeat fixed columns
on each page.
The default value is true.
为什么我的grid数据打印分页后,只有第一页有固定表头,而其它页没有呢?
不知道大家看清楚没有,我在线等大家答案,Thanks for your help!分不够,可另开贴加分。