Thanks
Create a new dataset on the Data tab with the query as "SELECT part_number from Parts" and name the dataset as, say DataSet2.
Go to Report (menu) -> Report Parameters
and add a new parameter and give the name, type and prompt.
Then under Available Values, select "From Query" radio button
select DataSet2 under Dataset, part_number under Value field
Shyam
|||Thats the problem.It takes five minutes for the param list to render.|||
Maybe you can reduce the query time on SQL server by adding index (clustered preferably) to part_number column. This is the only solution to reduce the load time.
Shyam
没有评论:
发表评论