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
 Development Tools
 Reporting Services Development
 Interact with report programmatically

Author  Topic 

pajarokillo
Starting Member

12 Posts

Posted - 2005-06-03 : 04:57:02
Hi, when i render a report in HTML format, how i can interact with it?, so than, if i want to perform pagging of the report with my customize buttons, could it be done?, or if i have rendered my report, could i to get information about what record of the report have selected the user?
Thanks

jhermiz

3564 Posts

Posted - 2005-06-06 : 09:08:08
quote:
Originally posted by pajarokillo

Hi, when i render a report in HTML format, how i can interact with it?, so than, if i want to perform pagging of the report with my customize buttons, could it be done?, or if i have rendered my report, could i to get information about what record of the report have selected the user?
Thanks



It amazes me some of the questions people ask...whens the last time you paged a PHYSICAL report ????? If you want paging, create a query in SQL and load a data grid and set allow paging to true..then you can page. You dont implement paging on a report, you implement grouping / forcing pages on groups to get actual "paging".

Everything you have mentioned in this thread is a programming topic, which you should do as a page (User Interface) not a report.
Everyone stop trying to program your reports..and start thinking of programming the actual way of snatching that data.



Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]
Imperfection living for perfection --
[url]http://jhermiz.blogspot.com/[/url]
Go to Top of Page
   

- Advertisement -