Web Viewer içinde iframe kullanılarak yapılabiliyor ancak çoğu web sitesi buna izin vermez.Alttaki kodu Web Viewer'a yapıştırın.
"data:text/html, <!DOCTYPE html> <html> <head> <style> BODY { border:none; overflow:hidden; } IFRAME { width: 250px; height: 250px; zoom: 0.99; } </style> <body> <iframe src=' " & TABLONUZ::URL_ALANINIZ & " '></iframe> </body> </html>"