no parameter input, access through url

hi all,

is it possible to have a aspx page with parameters value come from the url ?.

i created a rdlc report and use TableAdapter Configuration Wizard to define the data source with default values of Fill and GetData in the methods to add to TableAdapter.

when user click a button in another page, i want it to access the report straight away without having to key in parameters in textboxes.

how do i go around doing this?

thanks!

[484 byte] By [minority80] at [2007-12-24]
# 1
The viewer itself won't read parameters from the url, but your page can read the url parameters and pass them to the viewer using ReportViewer.LocalReport.SetParameters().
BrianHartman-MSFT at 2007-8-31 > top of Msdn Tech,Visual Studio,Visual Studio Report Controls...
# 2
thanks Brian
minority80 at 2007-8-31 > top of Msdn Tech,Visual Studio,Visual Studio Report Controls...

Visual Studio

Site Classified