I am using ASP.NET (VB) and have PageA with some input fields. I want to submit that page and have it spawn a new window with PageB (the reports), passing those parameters to that window, and have it run the report.
The logistics are in place, but the spawned window continues to ask for the parameters anyway, and then requiring a postback on itself - then it works. But I am already giving it the parameters.
There are pages out there that I can find that discuss how to go into the Data.Report.Parameters section in the settings and then in there add to that collection, which then puts tags in the XML for parameters, but those all are ControlParameters - it appears that there are also ways to do FormParameters that are perhaps what I want - but I can't find documentation on it.
Any suggestions as to how to pass parameters to the CrystalReportSource from another page so that it won't prompt on its own page for the parameters?
The logistics are in place, but the spawned window continues to ask for the parameters anyway, and then requiring a postback on itself - then it works. But I am already giving it the parameters.
There are pages out there that I can find that discuss how to go into the Data.Report.Parameters section in the settings and then in there add to that collection, which then puts tags in the XML for parameters, but those all are ControlParameters - it appears that there are also ways to do FormParameters that are perhaps what I want - but I can't find documentation on it.
Any suggestions as to how to pass parameters to the CrystalReportSource from another page so that it won't prompt on its own page for the parameters?