ActiveReports v11

Posted by: robert on 18 December 2019, 2:41 am EST

    • Post Options:
    • Link

    Posted 18 December 2019, 2:41 am EST

    Question

    I created a report, added a RichTextBox to report.

    How can I show a .docx file in the report???

    Thanks in advance

  • Posted 18 December 2019, 2:43 am EST

    Here is my code in my form

    'Show file description

    Dim file_name As String = “\OFFICE\Use Outlook 2019 Contacts.docx”

    	Dim rpt = New RptVideoDescription()
    	rpt.Document.Load(file_name)
    
    	rpt.Run()
    	Viewer1.Document = rpt.Document
    
  • Posted 18 December 2019, 5:53 pm EST

    Hello,

    It is not possible to load docx file in ActiveReports, either in RichTextBox or in any other way.

    Regards,

    Esha

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels