We are using Business Objects XI and .Net 1.1
I want to build a generic report viewer which will show any report on a page with a given Business Objects Report Id. Most of these reports have parameters and I need to find a way of enquiring of BO what these are in each case and then dynamically adding controls onto the page to capture these.
It sounds like some sort of reflection type of problem but I don't know how this can be achieved with Business Objects.
I want to build a generic report viewer which will show any report on a page with a given Business Objects Report Id. Most of these reports have parameters and I need to find a way of enquiring of BO what these are in each case and then dynamically adding controls onto the page to capture these.
It sounds like some sort of reflection type of problem but I don't know how this can be achieved with Business Objects.