views:

864

answers:

1

I set parameter using SetParameterValue() method in code behind page.

But the problem is when I click on any of the option e.g. export button,

It prompt me Parameter values. It does not reuse parameter values, yet I am not refreshing report.

so is there any thing that I'm missing?

A: 

In which page event are you loading the report? I've had this problem before when loading the report in page_load. I resolved it by loading in page_init.

I'm gonna dig up some code to double check on that. I haven't used Crystal with ASP in a long time.

dotjoe
I load reort on Page_init() event but the same problem I have.
Vikas
and you set the parameter every time right?
dotjoe