InterviewSolution
| 1. |
What is web connectivity components? What are the different component types? |
|
Answer» These components allow you to connect your data model to web. Apart from this, you can also use data manager to configure web connectivity. URL button − When user clicks at run time, a button links to a relative or absolute URL. Reporting Service Button − This allows you to connect to reporting services server and select a report to use in data model. Slide Show − This allows you to create a slide show of URL based images and SWF files. SWL loader − This allows you to load SWF files from a URL and you don’t have to import the files. It is similar to slide show component but it provides better memory management. Connection Refresh Button − This allows user to refresh the connection manually when you link to it. |
|