Skip to content

HtmlPanel Print? #862

Description

@itg-assistant

Adil Battal KAYA asked 2017-05-24 19:25:38 UTC

Hi,

How could I print the HtmlPanel content? With the vwg I can print with this code block.

string strScript = "document.getElementById("TRG_"

  • this.htmlBox1.ID.ToString() + "").contentWindow.focus();"
  • "document.getElementById("TRG_"
  • this.htmlBox1.ID.ToString() + "").contentWindow.print();";
    VWGClientContext.Current.Invoke(this, "eval", strScript);

Thank you.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    GeneralQuestions, how-tos and everything else.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions