The ReportWizard is the top-level object the ASP Report Wizard. You can create an instance of it as follows:

'Declare a variable
Dim objWiz

'Create an instance
Set objWiz = Server.CreateObject("AspWebSolution.ReportWizard2")