Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » custom export (RSS)
  • Error while PDF export (Failed to map the path '/ig_grid.css')

    Hi, I am tring to export the data from a grid using UltraWebGridDocumentExporter. I am encountering an yellow screen error, Server Error in '/RPSPL' Application. Failed to map the path '/ig_grid.css'. Description: An unhandled exception occurred during the execution of the current web...
    Posted to Forum by grbadri on 04-24-2008
  • Re: Column Headers on every page

    Hi, I have been thinking about this problem as well. It would seem that there is a simple solution that could be implemented in a future update to the UltraWebGridDocumentExporter. This would be to store the header information when outputing the header the first time, then to provide a method to the...
    Posted to Forum by kenpaton on 03-19-2008
  • Re: Add Title to pdf

    Hi Richard, I have now managed to get the Header & Footer added to the pages containing the grid. The example code I was using was implemening a band to the section, and when I took this out and simply added the Header and Footer to the section it worked as required.
    Posted to Forum by kenpaton on 03-19-2008
  • Re: Add Title to pdf

    Himgauri, You ran into the same problems I did. Basically, you submitted the grid via the .Export method with no parameters. That sent the grid to whatever Infragistics black hole initiates the print stream. Then you created a new section in the _BeginExport event which basically made a new report section...
    Posted to Forum by BOGHRD on 02-07-2008
  • Column Headers on every page

    I have an UltraWebGrid that I am exporting to a PDF using the UltraWebGridDocumentExporter. This grid contains hundreds of rows of data that will span multiple pages in the PDF. Is there a way to print the column headers on every page?
    Posted to Forum by tashbaugh on 02-06-2008
  • Repeatable hedaer.

    Hi, I need to export UltraWebGrid into report. The report should conosist Header which should be repeatable and appear on each page. I tried all exaples that I found in Infragistics documentatio, I tried with section.AddHeader() ... also I tried band = section.AddBand(); band.Header.Repeat = true; ....
    Posted to Forum by manijak on 01-18-2008
  • Re: Show group column(s) header on each pdf page

    The document exporter doesn't have any built in functionality to make it easy to do this. You might be able to do it by manually adding a header to each of the pages that contains the column headers. There are some examples in the help of how to programmatically add extra elements to the page. You...
    Posted to Forum by helephant on 01-07-2008
Page 1 of 1 (7 items)
Powered by Community Server (Commercial Edition), by Telligent Systems