请问狐爸,
我点击按钮1生成的统计表1:
Dim g As New GroupTableBuilder("统计表1", DataTables("表A"))
g.Build()
MainTable = Tables("统计表1")
我点击按钮2生成的统计表2:
Dim g As New CrossTableBuilder("统计表2", DataTables("表B"))
g.HGroups.AddDef("jzm")
g.VGroups.AddDef("xt_fb")
g.Totals.AddDef("ypje", "ypje")
g.HorizontalTotal = True
g.VerticalTotal = True
g.Decimals = 2
g.Subtotal = True
g.FromServer = True
g.Build()
MainTable = Tables("统计表2")
请问怎么设置其背景色吖?
[此贴子已经被作者于2012-4-24 11:31:35编辑过]