Not sure how to approach this, but I had a report all formatted, but as it turns out, I need to insert some data into a database first.
So I was hoping I could use whatever (asp, or .net) to enter the data into the db, then open a new window with the report in it, and pass along some unique ID's so that the report, could read that into a parameter field, and generate the report.
Something like: reportserver/viewrpt.cwr?id=618&apsuser=username&dataID=something
where the report can have a parameter called dataID, and rather than prompting the user for it, it can read it from the URL of the report.
Or am I going about this the wrong way? Is there some easier way to do it? I think .net can embed a report, so I don't know if that's the way to go? ANY help is greatly appreciated, thanks!
So I was hoping I could use whatever (asp, or .net) to enter the data into the db, then open a new window with the report in it, and pass along some unique ID's so that the report, could read that into a parameter field, and generate the report.
Something like: reportserver/viewrpt.cwr?id=618&apsuser=username&dataID=something
where the report can have a parameter called dataID, and rather than prompting the user for it, it can read it from the URL of the report.
Or am I going about this the wrong way? Is there some easier way to do it? I think .net can embed a report, so I don't know if that's the way to go? ANY help is greatly appreciated, thanks!