- Код: Выделить всё
Dim rdReport As New ReportDocument
' load report and assign data base
rdReport.Load(mdiMain.strReportPath + "rechnung.rpt")
For Each dscReport As CrystalDecisions.Shared.IConnectionInfo In rdReport.DataSourceConnections
.....
Next
For Each rdSubReport As ReportDocument In rdReport.Subreports
For Each dscReport As CrystalDecisions.Shared.IConnectionInfo In rdSubReport.DataSourceConnections
...
Next
Next
вот что пишет:
- CrystalDecisions.Shared.IConnectionInfo - не обявлено
- "DataSourceConnections" не есть членом "CrystalDecisions.CrystalReports.Engine.ReportDocument"
- "Subreports" не есть членом "CrystalDecisions.CrystalReports.Engine.ReportDocument".
Что бы это могло бить?