I am opening Crystal Report in asp.Net 3.5. Report is
opening very well but when I click on Refresh button of
Crystal Report then it gives "Missing Parameter values"
I also tried property of CR Viewer like
crViewer.ReuseParameterValuesOnRefresh = True
But it is not working.

Plz give me solution.



I am opening Crystal Report in asp.Net 3.5. Report is opening very well but when I click on Refres..

Answer / richard des jardins

What I have done is create a protected sub OR void that
sets all the parameters including the SetDataBaseLogon;
let's call it LoadForm. I am not sure you you are loading
the report on initail page load or if the use has to
trigger an event before it is loaded. If it is on page
load, call the method on page load. If it is loaded after a
user interaction,I call the LoadForm() then set a sesiion
variable inticated that it has been loaded. Then in the
page load, Id add a conditional of that session exists or
is NOT nothing, then call LoadForm.

This is assuming you are using a ReportViewer. The
ReportViewer will handle State so paging should work as
expected.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

what is shared assembly?

2 Answers   Microsoft,


How to identify host of my system? How to identify servername of my system? How to identify domainname of my system?

2 Answers  


What is state management technique?

0 Answers  


What is reflection and disadvantages of reflection?

6 Answers   Microsoft,


Define globalization and localization.

0 Answers  






What is the difference between system.stringbuilder and system.string

0 Answers  


What is mvc in angular?

0 Answers  


What is the significance of ASP.NET routing?

0 Answers   NA,


What is webresource axd?

0 Answers  


Name the control which can be used to reserve the space on web page for storing localized data.

3 Answers   IBM,


What are the namespaces used in asp.net mvc? : asp.net mvc

0 Answers  


What is application variable?

0 Answers  


Categories