和打印相关的控件属性

窗口中所有可打印的控件,都有以下属性:

Table控件除上述属性外,还有三个和打印相关的属性:

提示:一定要在执行Form的GernatePrintDoc方法前,设置控件的打印属性,否则对本次打印无效。

示例

e.Form.Controls("Table1").MaxRows = 5
Dim
doc As
PrintDoc = e.Form.GernatePrintDoc()
doc.Preview()

实际上,我们很少需要通过代码设置打印属性,通常会在窗口设计的时候指定相关属性:


本页地址:http://www.foxtable.com/webhelp/topics/1604.htm