Showing posts with label browser. Show all posts
Showing posts with label browser. Show all posts

Thursday, March 29, 2012

Embedded VB.NET Code Limitations?

What are the limitations to using the Embedded VB.NET Code within a RDL?
Is it possible to control the IE Browser features via the Embedded Code?
JeffThere are no syntax limitations in VB code used in report expressions and
Code element. You can also call custom assemblies that must only be managed
but could be writting in VB, C# or even managed C++, etc...
If I correctly understand your question you want to write a code hosted
inside a report that will run on client and control browser via ActiveX
interface. This is not possible because all code inside report is always
executed on server and never passed back to the client for execution.
RS also does not support embedding scripts into HTML output. If it was
allowed it would be a security hole...
You can write your own application that will host IE Browser control and
will talk to report server to retrieve reports.
"Jeff" <Jeff@.discussions.microsoft.com> wrote in message
news:C762FC98-66B6-4358-9E91-28F2B3129475@.microsoft.com...
> What are the limitations to using the Embedded VB.NET Code within a RDL?
> Is it possible to control the IE Browser features via the Embedded Code?
> Jeff

Tuesday, March 27, 2012

embbed AS cube browser

Hi,

How could I embbed AS cube browser to my application?

thanks a lot,

I have been looking for the same, but so far I have only seen reference to using OWC (Office Web Components) to embed an Excel doc that references the cube.

The add-in is available here:

http://www.microsoft.com/downloads/details.aspx?familyid=7287252C-402E-4F72-97A5-E0FD290D4B76&displaylang=en

and I found this link to helpful for initial set-up

http://www.upyourasp.net/articles/article.aspx?aid=15

The book I found most helpful whas the "Microsoft Office Web Components Black Book with .NET".

Hope that helps somewhat. If you do find a way to embed the cube browser please post back to this thread as I would be most interested.

Tristan