Lucas Tam,
Thanks for the response and suggestions. I will go see if I can get
this to work...it sounds just like what I need to do. I smacked my forehead
for not thinking of it myself.

In the mean time -- and if you see this message -- if I could ask a
couple quick questions....
1) Do I have to use the GUI version (or "drag&drop" version) of the
ADO.Net Dataset, or can I use one coded by hand to bind to? I ask this
because I crerated a .Net DLL that handles all of my Dataset, DataReader, DB
Connectivity, etc., stuff (cuts down on the rewriting of code time) and
would like to use that if possible.
2) I am not quite sure I follow your suggestion of using the
System.Reflection classes. Are you saying to create a sub/function that
sets up the Dataset per passed in info prior to binding the CRViewer upon
page load? Or are you talking about something else? I figured to simply do
the former: read in some data passed through ah HTML Form or URL Item, set
up the Dataset's SQL statement from these, get the records, bind the report,
and view the page. If you are suggesting an alternate method, I am always
open to new ideas.
The usage of the CRViewer is still very new to me, as well as still
being fresh to .Net. I appreciate your help. Thanks again.
-- Andrew
"Lucas Tam" <> wrote in message
news:Xns9543DC5D18820nntprogerscom@140.99.99.130.. .
> "Andrew" <> wrote in
> news::
>
> > My snag is that I do not want to pull across a huge set of records,
> > rather I would prefer to use a stored procedure on the SQL Server that
> > accepts a parameter and returns only those records I want. The
> > records are the same structure every time, just the content may be
> > different. While the example shows how to pass in the parameter, I do
> > not know how to set up the form to utilize not just a Stored
> > Procedure, but rather one that requires a parameter.
>
> Here is what I do:
>
>
> 1. Create an stored procedure
>
> 2. Create an ADO.NET Recordset (Add New Item -> Dataset) in Visual
> Studios
>
> 3. Create a new Report - referecing the ADO.NET report
>
> 4. Fill the Dataset with the Report Data. Be sure to name the tables in
> the Dataset - CR needs the proper dataset table names to load the data
> properly.
>
> 5. Bind the dataset to the report.
>
>
> BTW, you may want to use the System.reflection classes to create a
> dynamic loader - that is what I do an works very well.
>
> --
> Lucas Tam ()
> Please delete "REMOVE" from the e-mail address when replying.
> http://members.ebay.com/aboutme/coolspot18/