AR18.0中 vb.net的winform中如何动态加载rpx报表
本帖最后由 向阳而生 于 2024-7-25 14:12 编辑帮助文档是这样写的,没办法使用
Dim sectionReport As New GrapeCity.ActiveReports.SectionReport()
Dim xtr As New System.Xml.XmlTextReader("..\..\SectionReport1.rpx")
sectionReport.LoadLayout(xtr)
xtr.Close()
Viewer1.LoadDocument(sectionReport)
页:
[1]