Browse By Tags

  • how to generate stream/bytes from report using Infragistics.Documents.Reports.Report

    I have a report object which I can generate PDF by calling report.Publish(fileName, fileType) method and it works fine. However I need another method where I can generate stream bytes[] or the object. I tried using following code but it shows error because…

  • Appending text to a section

    I have a report which I am building based on a custom markup system which is used to apply styles to text. I am currently looping through the markup and applying styles to sections based upon tags. I create a section which is to contain all of my text…

  • How to setting PDF permissions to an exported Infragistics document report?

    Hello , I'm trying to export a report with Infragistics.Documents.Report , but I need to set pdf print,extract, save and copy permissions. How i can set off this permissions?

    Thanks in advance.

  • Document.Reports add hyperlink to image

    I'm using aspnet Document.Reports to create a PDF for download. How do I attach a hyperlink to an image?

    Thanks

    Abbott