Showing posts with label boxes. Show all posts
Showing posts with label boxes. Show all posts

Wednesday, March 28, 2012

Report Viewer trying to get it running and having problems

I have a website with two textboxes. I am passing those text boxes as parameters into the Report Viewer. I receive this error: "An error has occurred during report processing. ObjectDataSource 'ObjectDataSource1' could not find a non-generic method 'GetData' that has no parameters."

I thought I had the xsd and rdlc set up properly but obviously I am missing something. If you can step me through this I would appreciate it.

Look in the control ObjectDataSource this control have the Property Select Method and Select Parmaters .

The Select Method must be with the parameters EJ: GetData(idcity)

In Select Parameters you have to add the parameter -- one for each textbox

You can send me the code for more help :victormartineze@.gmail.com

Sorry i dont speack english

Monday, March 12, 2012

Report services at SQL Server 2005

Any good manual with good practical examples (grouping levels, using combo boxes, huge database issues).Maybe here...

http://www.microsoft.com/downloads/details.aspx?FamilyId=D81722CE-408C-4FB6-A429-2A7ECD62F674&displaylang=en

:confused:|||Thanks for the answer.

I am also trying to find real world examples... Any site?|||is the microsoft tutorial, maybe not realy, but examples.

http://msdn2.microsoft.com/en-us/library/ms170246(SQL.90).aspx