1.vb6: Detail.PrintSection()
在vb.net中应该如何对应
2.vb6: SectionReport1.Caption = “aaa”
这个在vb.net中是否可以设置成 SectionReport1.Name = "aaa"
3. vb6: Dim arCtrl As New GrapeCity.ActiveReports.SectionReportModel.ARControl
arCtrl.MultiLine = True
arCtrl.Font = VB6.FontChangeName(.Font, zstrFontName)
arCtrl.Font = VB6.FontChangeSize(.Font, 14)
arCtrl.Font = VB6.FontChangeBold(.Font, True)
arCtrl..Alignment = TextAlignment.ddTXCenter
arCtrl.VerticalAlignment = VerticalTextAlignment.ddTXMiddle
这几个属性在vb.net中找不到;
TextAlignment.ddTXCenter和VerticalTextAlignment.ddTXMiddle在vb.net中也木有
4.VB6: GroupFooter1.UnderlayNext = True
这个在vb6中存在,在vb.net中没有找到可以代替的属性
5.vb6: ActiveReport_Error事件
在vb.net中已经不存在这个事件了,是否可以不要了?
不好意思,麻烦啦。
灰常感谢。:Z |
|