Hi to all!
I have made a report using Crystal Reports for Visual Studio .NET 2005. I have made a program using C#, which uses this report. My report uses two parameters, to which I give the values during runtime.
My problem is that even when I give the values to the parameters, it still displays a dialogBox saying "Enter Parameter Values", in runtime. I give the values from C# in this way:
cr1.SetParameterValue("Parameter1", "Value for P1");
cr1.SetParameterValue("Parameter2", "Value for P2");
What can I do to not display that message? Maybe in the design of the Crystal Report?
Thanks for any help!
Country of eagles
I have made a report using Crystal Reports for Visual Studio .NET 2005. I have made a program using C#, which uses this report. My report uses two parameters, to which I give the values during runtime.
My problem is that even when I give the values to the parameters, it still displays a dialogBox saying "Enter Parameter Values", in runtime. I give the values from C# in this way:
cr1.SetParameterValue("Parameter1", "Value for P1");
cr1.SetParameterValue("Parameter2", "Value for P2");
What can I do to not display that message? Maybe in the design of the Crystal Report?
Thanks for any help!
Country of eagles