The Browser Control (Magic xpa 4.x)
Working in a Rich Client environment, the data is on the server, and it is displayed on the client.
However, you might need to display data on the client using a different application. For instance, you might want to display a report in a PDF, or in an Excel spreadsheet.
One way to handle this is to use the Browser control. This control acts like the Microsoft Explorer ActiveX object.
|
Hint:
If your browser content is too large for the control, and you want to get rid of the scroll bars, you can use the following Style:
<style>
body { margin: 0px; overflow:hidden }
</style>
|
Browser Control Properties
Browser Control Event
Browser Control Functions
Displaying a PDF