|
Browse by Tags
All Tags » custom export ( RSS)
-
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...
-
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...
-
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.
-
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...
-
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?
-
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; ....
-
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...
Page 1 of 1 (7 items)
|
|