![]() |
#2
星闪夜空2015-10-23 14:43
|
我先用Crystal Reports4.6创建一个水晶报表test.rpt,里面有字段 '编号'、'姓名'、'年龄',水晶报表的设置如下:
With CrystalReportmonth
.DiscardSavedData = True
.WindowState = crptMaximized
.ReportFileName = App.Path & "\report\test.rpt"
.Action = 1
End With
但是这样会显示所有的字段,而我只是想显示'编号'这一字段,请问应该怎么设置???