Showing posts with label passing. Show all posts
Showing posts with label passing. 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

Wednesday, March 21, 2012

Report Title in Report manager Subscription

Hi,

Is there a way of passing a default parameter value into the subject title on a report subscription?

Currently there are std global variables i.e. @.ReportName was executed at @.ExecutionTime, but what other variables can be passed here to make it more relevant to the recipient?

Thx

so....could do with some help on this, but no replies as yet...

What I have found out is that only some of the global variables can be used such as the ones above, but not all of them.

What other options are there?

Has anyone tried modifying this or is it restricted to @.ReportName and @.ExecutionTime?

any help appreciated.

Thx