Can one get intermediate results from GetReportParametersAsync??
Hi, I'm making a call to GetReportParametersAsync, but I'd like to somehow get whatever results it has accumulated and display them. I've looked around but this is not well documented and there's isn't too much out there about it. So all I want to do is get whatever paramneters have been gotten and display them and keep updating my list until they are all there. Any advice appreciated, thanks!--ACG
November 17th, 2010 5:44pm

Hi ACG, Is this a SQL Server Reporting Services(SSRS) question? As far as I know, there is no method named GetReportParametersAsync in SSRS web services. In SSRS, in order to get the report parameter instances, we can use the GetReportParameters method. However, this method only returns report parameter properties for a specified report. In order to get the values for report parameters while rendering the report, please use the ExecutionInfo object. For more information about GetReportParameters, please see: http://msdn.microsoft.com/en-us/library/reportservice2005.reportingservice2005.getreportparameters.aspx If you have any more questions, please feel free to ask. Thanks, Jin ChenJin Chen - MSFT
Free Windows Admin Tool Kit Click here and download it now
November 26th, 2010 4:58am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics