jacob和troye:水晶报表9.2下 在VB.net 中,reprot没有ReportDefinition属性

来源:百度文库 编辑:神马品牌网 时间:2024/05/11 04:00:21
为什么水晶报表9.2下 在VB.net 中,reprot没有ReportDefinition属性
dim orpt as new reprot1
Dim GetTextObject As TextObject

GetTextObject = orpt.ReportDefinition.ReportObjects.Item("text13")
但找不到ReportDefinition属性,请问是为何,有什么解决办法吗?
另外,在asp下要如何实现改变text13文本框中内容的功能