Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
440
HtmlElement property
posted

Hi,

It's possible create property exposing field _htmlElement? I'd like to use it to invoke javascript from my code.

I need property like this:

public HtmlElement HtmlElement
        {
            get
            {
                return _htmlElement.Children[0] as HtmlElement;
            }
        }
to invoke:

var contentWindow = reportView.HtmlViewer.HtmlElement.GetProperty("contentWindow") as ScriptObject;
if (contentWindow != null)
{
contentWindow.Invoke("javaScriptMethod");
}

Best regards

Parents
  • 30945
    Offline posted

    Hello,

     

    Thank you for your post. After researching this functionality, it has been determine as a new Product Idea.  I have sent your Product Idea directly to our product management team.  Our product team chooses new Product Ideas for development based on popular feedback from our customer base.  Infragistics continues to monitor application development for all of our products, so as trends appear in requested ideas, we can plan accordingly.

     

    We value your input, and our philosophy is to enhance our toolset based on customer feedback.  If your idea is chosen for development, you will be notified at that time.  Your reference number for this Product Idea is PI12110123

     

    If you would like to follow up on your Product Idea at a later point, you may contact Developer Support management via email.  Please include the reference number of your Product Idea in the subject and body of your email message.  You can reach Developer Support management through the following email address:  dsmanager@infragistics.com

     

    Thank you for your request.

     

    Sincerely,

    Krasimir

    Developer Support Engineer

    Infragistics

    www.infragistics.com/support

Reply Children
No Data