Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 ssrs programmatic sorting question

Author  Topic 

pradeepbill
Starting Member

1 Post

Posted - 2011-01-13 : 10:21:12
Hi there, I am trying to sort a report pro-grammatically, here is the API I am trying to use as below
ReportExecutionService.Sort(SortItem, _Direction, Clear, ReportItem, NumPages), but not sure what each of the below parameters mean , and also the above method returns an integer, how am I supposed to use the returned integer to write as a response sorted object.Please help

Thanks
Pradeep
   

- Advertisement -