Monday, February 20, 2012

Programatically creating linked reports with parameters

hi,
I am trying to programmatically create a linked report and I'm not sure how
to specify the parameters for this linked report.
Essentially, I have a parameterized report and a list of values for all the
parameters in this report, entered by the user from my custom website.
The idea is that I collect the parameter values from the user and process
the report in the background. I can then notify the user that their report
is ready for viewing and they can view it without having to wait.
I think a linked report is the way to go, but maybe this isn't the way to do
this.
Thanks,
MattI was able to use SetReportParameters() to set the parameters for the linked
report.
Matt
"mshumaker" wrote:
> hi,
> I am trying to programmatically create a linked report and I'm not sure how
> to specify the parameters for this linked report.
> Essentially, I have a parameterized report and a list of values for all the
> parameters in this report, entered by the user from my custom website.
> The idea is that I collect the parameter values from the user and process
> the report in the background. I can then notify the user that their report
> is ready for viewing and they can view it without having to wait.
> I think a linked report is the way to go, but maybe this isn't the way to do
> this.
> Thanks,
> Matt

No comments:

Post a Comment