I am working with crystal report in winform with C# using vs2008.I have
one crystalreportviewer control and two reportdocument control that is associated with
two seperate rpt file that loads different table.
On windows form I have checkboxes as per their selection, table
from .rpt file is getting displayed in same crystalreportviewer control.but
the problem is the parameters which r there are coming from textboxes.
so when i enter parameter values in textboxes and click button to load data
from one of the table it shows dialogbox for entering discretevalues for all
parameters which I do not want
can anybody tell me what is happening?how to stop default dialogbox coming.
Thank you

I got the solution that u have to dynamically load reportdocument and bind it with crystalreportviewer.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.