Add multiple Dataset programatically for subreports VB.net
问题 I have facing problem while showing crystal report with 2 subreports. Both subreports pulling data from stored procedure. All working fine on design time. But at runtime, Crystal Reports has an error saying table not found (second table) and nothing is displayed in reports. This is the similar problem that I want to solve - Crystal Report for Income and Expense wth opening and closing balance This is my code - both stored procedure has a single parameter of datetime type: Dim DOF As Date = #4