Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Best way to pass parameters to report?

Status
Not open for further replies.

ericb1

Programmer
Oct 22, 2004
175
US
I'm using the sample "parameter_picklist" I got from the BO website, and this collects the parameter info and then opens the report itself with the parameters as querystrings.

Is this an acceptable method of displaying reports? The other sample ASP reports from BO all have different files, and call a viewer ASP page then pass the report inside of it, then clean up everything.

This seems more efficient and I'd rather use the ActiveX viewer than the HTML viewer. Is there a way to dynamically pass in these parameters from the "parameter_picklist" page to the sample ASP page?

Any help is appreciated, thanks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top