Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共2 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:帮助中"RenderArea"的错误

1楼
yangming 发表于:2009/4/10 19:41:00
rt.Text = "Hello Foxtable " & i '设置文本对象的内容
   
rt.Width = 35 '宽度为35毫米
   
rt.Height = 15 '宽度为15毫米
   
rt.Style.Spacing.All = 2 '设置各个方向的间隔
   
rt.Style.Borders.All = New prt.Linedef(1, Color.Red) '设置边框
   
rt.Style.TextAlignHorz = prt.AlignHorzEnum.Center '水平居中
   
rt.Style.TextAlignVert = prt.AlignVertEnum.Center '垂直居中
    doc.Body.Children.Add(rt)
'
将文本对象加入到报表
Next

ra
.Stacking = prt.StackingRulesEnum.InlineLeftToRight '设置容器中对象的排列方式
For
i AS integer = 4 To 7
   
rt = New prt.RenderText()
'
创建文本对象
    rt.Text = "Hello Foxtable " & i
'
设置文本对象的内容
    rt.Width = 35
'
宽度为35毫米
    rt.Height = 15
'
宽度为15毫米


上面二处黄色背景处,均应是:高度为15毫米

2楼
狐狸爸爸 发表于:2009/6/3 17:25:00
搞定
共2 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .01953 s, 2 queries.