index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: How to use Report Wizard dll in ASP.NET :: (4)Post a New Message | Post a Reply
Sep 1 2006, 12:14 AM
 How to use Report Wizard dll in ASP.NETPost a Reply
 proj

View this author's profile Send this author a private message

since: Sep 1, 2006
from: India

Hi,

Can any one help me to set up report wizard dll in ASP.NET

Sep 1 2006, 4:19 AM
 Re: How to use Report Wizard dll in ASP.NETPost a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

from: Washington, DC

Please check the following links:

http://www.aspwebsolution.com/forums/?tid=451
http://www.aspwebsolution.com/forums/?tid=1851




-------------------------
Ghost
Sep 1 2006, 5:08 AM
 Re: How to use Report Wizard dll in ASP.NETPost a Reply
 proj

View this author's profile Send this author a private message

since: Sep 1, 2006
from: India

I have done all these things
but at last it gives me error

"Command text was not set for the command object"

Sep 5 2006, 12:39 AM
 Re: How to use Report Wizard dll in ASP.NETPost a Reply
 proj

View this author's profile Send this author a private message

since: Sep 1, 2006
from: India

hi

I have used following code.........

**********************

Dim objWiz As New AWSReportWizard2_NET.ReportWizard2
        objWiz.ReportsFile = Server.MapPath("reports.xml")
        dim strConn as string = "Provider=SQLOLEDB;SERVER=localhost;UID=sa;PWD=sa;DATABASE=test"
objWiz.Init(strConn)
        objWiz.HideViews = True
        objWiz.HideProcedures = True
        objWiz.DisplayReports()
        objWiz = Nothing

***********

Still i m getting the following error

Type mismatch


Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Type mismatch


pl help me.........


thx
proj


Pages: (1)   [1]

search this forum: